diff --git a/admin.conf b/admin.conf index 525e63f..e9e4b57 100644 --- a/admin.conf +++ b/admin.conf @@ -49,7 +49,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.8:59300; + proxy_pass http://10.6.0.9:59300; } location /manager/ { if ($request_method = OPTIONS) { @@ -63,7 +63,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.6:59301/; + proxy_pass http://10.6.0.9:59301/; } location /swagger/ { @@ -185,7 +185,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; - proxy_pass http://10.8.0.8:8001/; + proxy_pass http://10.6.0.9:8001/; } location /squizimages { if ($request_method = OPTIONS) {