Spaces:
Runtime error
Runtime error
minor change
Browse files- 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 |
|