Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -96,8 +96,8 @@ http {
|
|
96 |
return 302 https://$host/vscode/?folder=/home/user/app;
|
97 |
}
|
98 |
|
99 |
-
error_page 502 = @vscode;
|
100 |
location / {
|
|
|
101 |
proxy_pass http://127.0.0.1:#PORT#;
|
102 |
proxy_http_version 1.1;
|
103 |
proxy_set_header Upgrade $http_upgrade;
|
|
|
96 |
return 302 https://$host/vscode/?folder=/home/user/app;
|
97 |
}
|
98 |
|
|
|
99 |
location / {
|
100 |
+
error_page 502 = @vscode;
|
101 |
proxy_pass http://127.0.0.1:#PORT#;
|
102 |
proxy_http_version 1.1;
|
103 |
proxy_set_header Upgrade $http_upgrade;
|