|
@@ -13,7 +13,7 @@ server {
|
|
|
gzip_types text/plain text/xml text/css;
|
|
|
gzip_vary on;
|
|
|
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
|
|
|
- location ~* ^/(actuator|code|auth|admin|gen|daemon|tx|act|monitor|mp|job|pay) {
|
|
|
+ location ~* ^/(actuator|code|auth|admin|gen|daemon|tx|act|monitor|mp|job|pay|inventory) {
|
|
|
proxy_pass http://192.168.20.56:9999;
|
|
|
#proxy_set_header Host $http_host;
|
|
|
proxy_connect_timeout 15s;
|