5 lines
114 B
Text
5 lines
114 B
Text
|
proxy_pass http://$upstream;
|
||
|
proxy_http_version 1.1;
|
||
|
proxy_set_header Host $host;
|
||
|
proxy_set_header Connection "";
|