forked from x/ContextOS
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
proxy_set_header X-HOST $scheme://$http_host/;
|
|
proxy_set_header X-Real-Port $remote_port;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
|