zjowowen commited on
Commit
e9556b3
1 Parent(s): b1ff0ee

minor change

Browse files
Files changed (1) hide show
  1. 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 $http_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 / {