Update admin.conf
This commit is contained in:
parent
831060b325
commit
339ea05471
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user