Spaces:
Runtime error
Runtime error
minor change
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -12,7 +12,7 @@ http {
|
|
| 12 |
proxy_http_version 1.1;
|
| 13 |
proxy_set_header Upgrade $http_upgrade;
|
| 14 |
proxy_set_header Connection 'upgrade';
|
| 15 |
-
proxy_set_header Host
|
| 16 |
}
|
| 17 |
|
| 18 |
location / {
|
|
|
|
| 12 |
proxy_http_version 1.1;
|
| 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 / {
|