fix: upstream_hostport -> upstream.hostport

main
Louis Pearson 2024-01-06 21:28:57 -07:00
parent d882da8ee8
commit f567578946
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} {
root ${config.services.nextcloud.package}
capture_stderr
header_up Host {upstream_hostport}
header_up Host {upstream.hostport}
}
'';
};