nginx-configs/s/reverse

5 lines
114 B
Text
Raw Normal View History

2024-06-26 15:39:11 +03:00
proxy_pass http://$upstream;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header Connection "";