hackliberty-conf/swag/nginx/include.d/synapse-proxy.conf
2023-05-26 18:25:19 +00:00

8 lines
225 B
Plaintext

proxy_set_header Host $http_host;
proxy_set_header X-Real-IP 0.0.0.0;
proxy_set_header X-Forwarded-For 0.0.0.0;
proxy_set_header X-Forwarded-Host 0.0.0.0;
proxy_set_header X-Forwarded-Proto $scheme;
port_in_redirect off;