Skip to content
Nguyễn Hải Quang edited this page May 10, 2019 · 1 revision

nginx

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
Clone this wiki locally