1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

no server port test

This commit is contained in:
Kyle Spearrin 2019-10-17 14:04:22 -04:00
parent b040229933
commit dfeb2aad5c

View File

@ -1,5 +1,5 @@
proxy_redirect off;
proxy_set_header Host $host:$server_port;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Url-Scheme $scheme;