feat: replace host in nextcloud http headers

main
Louis Pearson 2024-01-06 19:36:31 -07:00
parent 808d47b0f1
commit cd1db41963
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@
php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} { php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} {
root /zroot/nextcloud/data/ root /zroot/nextcloud/data/
capture_stderr capture_stderr
header_up Host {upstream_hostport}
} }
''; '';
}; };