zjowowen commited on
Commit
9ed84f2
·
1 Parent(s): e9556b3

minor change

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