fix: remove header_up Host

The template wasn't working, removing the fixes it.
main
LeRoyce Pearson 2024-01-06 22:24:47 -07:00
parent 0eb7ee1dbd
commit abad306538
1 changed files with 0 additions and 4 deletions

View File

@ -196,9 +196,6 @@
enable = true; enable = true;
home = "/zroot/nextcloud"; home = "/zroot/nextcloud";
hostName = "nextcloud.samsehu.perli.casa"; hostName = "nextcloud.samsehu.perli.casa";
config.trustedProxies = [
"127.0.0.1"
];
config.adminpassFile = "/var/nextcloud-admin-pass"; config.adminpassFile = "/var/nextcloud-admin-pass";
}; };
services.phpfpm.pools.nextcloud.settings = { services.phpfpm.pools.nextcloud.settings = {
@ -245,7 +242,6 @@
php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} { php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} {
root ${config.services.nextcloud.package} root ${config.services.nextcloud.package}
capture_stderr capture_stderr
header_up Host {upstream.hostport}
} }
''; '';
}; };