shed219 commited on
Commit
075d12a
·
1 Parent(s): 196f03e

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -1
nginx.conf CHANGED
@@ -11,7 +11,6 @@ location ^~ /
11
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
12
  proxy_set_header REMOTE-HOST $remote_addr;
13
  proxy_set_header Upgrade $http_upgrade;
14
- proxy_set_header Connection $connection_upgrade;
15
  proxy_http_version 1.1;
16
  # proxy_hide_header Upgrade;
17
 
 
11
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
12
  proxy_set_header REMOTE-HOST $remote_addr;
13
  proxy_set_header Upgrade $http_upgrade;
 
14
  proxy_http_version 1.1;
15
  # proxy_hide_header Upgrade;
16