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

minor change

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -2
nginx.conf CHANGED
@@ -13,7 +13,6 @@ http {
13
  proxy_set_header Upgrade $http_upgrade;
14
  proxy_set_header Connection 'upgrade';
15
  proxy_set_header Host $http_host;
16
- proxy_set_header X-Real-IP $remote_addr;
17
  }
18
 
19
  location / {
@@ -22,7 +21,6 @@ http {
22
  proxy_set_header Upgrade $http_upgrade;
23
  proxy_set_header Connection 'upgrade';
24
  proxy_set_header Host $host;
25
- proxy_set_header X-Real-IP $remote_addr;
26
  proxy_cache_bypass $http_upgrade;
27
  }
28
 
 
13
  proxy_set_header Upgrade $http_upgrade;
14
  proxy_set_header Connection 'upgrade';
15
  proxy_set_header Host $http_host;
 
16
  }
17
 
18
  location / {
 
21
  proxy_set_header Upgrade $http_upgrade;
22
  proxy_set_header Connection 'upgrade';
23
  proxy_set_header Host $host;
 
24
  proxy_cache_bypass $http_upgrade;
25
  }
26