forked from data.coop/ansible
4 lines
176 B
Plaintext
4 lines
176 B
Plaintext
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection "upgrade";
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
proxy_set_header Host $host; |