We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d6b96 commit 8260921Copy full SHA for 8260921
beta_.conf
@@ -2,20 +2,11 @@ server {
2
listen 80;
3
server_name localhost;
4
5
- set $WS_BACKEND_URL ws://localhost:4000;
6
-
7
location / {
8
root /usr/share/nginx/html;
9
index index.html index.htm;
10
try_files $uri /index.html;
11
}
12
- location /ws {
13
- proxy_pass $WS_BACKEND_URL;
14
- proxy_http_version 1.1;
15
- proxy_set_header Upgrade $http_upgrade;
16
- proxy_set_header Connection "Upgrade";
17
- proxy_read_timeout 86400;
18
- }
19
20
error_page 500 502 503 504 /50x.html;
21
location = /50x.html {
0 commit comments