mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-05-21 01:41:06 +09:00
overwrite header from proxy.conf to not include $server_port
This commit is contained in:
@@ -9,6 +9,7 @@ location /outpost.goauthentik.io {
|
|||||||
proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io;
|
proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io;
|
||||||
|
|
||||||
## Headers
|
## Headers
|
||||||
|
proxy_set_header X-Forwarded-Host $host; # overwrite header from proxy.conf to not include $server_port
|
||||||
proxy_set_header Content-Length "";
|
proxy_set_header Content-Length "";
|
||||||
|
|
||||||
## Basic Proxy Configuration
|
## Basic Proxy Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user