mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-05 20:57:00 +08:00
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;
|
|
|