nginx-configs/s/reverse
2024-06-26 16:39:11 +04:00

4 lines
114 B
Text

proxy_pass http://$upstream;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header Connection "";