Spaces:
Runtime error
Runtime error
minor change
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
@@ -13,6 +13,7 @@ http {
|
|
13 |
proxy_set_header Upgrade $http_upgrade;
|
14 |
proxy_set_header Connection 'upgrade';
|
15 |
proxy_set_header Host "http://localhost:5000";
|
|
|
16 |
}
|
17 |
|
18 |
location / {
|
|
|
13 |
proxy_set_header Upgrade $http_upgrade;
|
14 |
proxy_set_header Connection 'upgrade';
|
15 |
proxy_set_header Host "http://localhost:5000";
|
16 |
+
proxy_pass_request_headers on;
|
17 |
}
|
18 |
|
19 |
location / {
|