lappis-tools / chef-lappis

moved to https://gitlab.com/lappis-unb/chef-recipes
https://gitlab.com/lappis-unb/chef-recipes
GNU General Public License v3.0
0 stars 2 forks source link

Nginx not responding to wss:// req (socket.oi) #28

Open ArthurJahn opened 8 years ago

ArthurJahn commented 8 years ago

nginx fires error with socket handshake.

captura de tela 2016-09-02 as 14 20 44

these ate specific conf necessary to rocketchat

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;

we have to figure out a way to define specific configurations to each application provided under https.