templates/docker-compose/proxy/nextcloud.conf - port-forwarding for pico

experimental, untested!
This commit is contained in:
Nick Stokoe
2021-10-05 23:02:59 +01:00
parent 32cabdd1f4
commit 7c091493f9

View File

@@ -0,0 +1,6 @@
location ^~ /sites/ {
proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Server $host;
proxy_pass http://web/index.php/apps/cms_pico/pico_proxy/;
}