|
@@ -8,7 +8,7 @@ server {
|
|
index index.html index.htm;
|
|
index index.html index.htm;
|
|
}
|
|
}
|
|
|
|
|
|
- location /gw/ {
|
|
|
|
|
|
+ location /gw {
|
|
proxy_set_header Host $http_host;
|
|
proxy_set_header Host $http_host;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header REMOTE-HOST $remote_addr;
|
|
proxy_set_header REMOTE-HOST $remote_addr;
|