Files
server-xray/nginx-proxy.tpl
2024-09-14 15:11:38 +10:00

6 lines
238 B
Smarty

location WEBPATH {
proxy_pass http://HOST: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;
}