whoops3
This commit is contained in:
@@ -18,10 +18,11 @@ server {
|
||||
|
||||
location /socket.io/ {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $ho
|
||||
proxy_pass http://localhost:30
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_pass http://localhost:3000;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user