Spaces:
Paused
Paused
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -20,7 +20,7 @@ server {
|
|
20 |
proxy_http_version 1.1;
|
21 |
proxy_set_header Upgrade $http_upgrade;
|
22 |
proxy_set_header Connection 'upgrade';
|
23 |
-
proxy_set_header Host "localhost:
|
24 |
proxy_pass_request_headers on;
|
25 |
|
26 |
# Disable cache on websockets
|
|
|
20 |
proxy_http_version 1.1;
|
21 |
proxy_set_header Upgrade $http_upgrade;
|
22 |
proxy_set_header Connection 'upgrade';
|
23 |
+
proxy_set_header Host "localhost:8080";
|
24 |
proxy_pass_request_headers on;
|
25 |
|
26 |
# Disable cache on websockets
|