mirror of
https://github.com/c0mmando/hackliberty-conf.git
synced 2025-01-03 20:00:51 -05:00
8 lines
225 B
Plaintext
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;
|