fix: change privilege port
This commit is contained in:
parent
95011cd932
commit
b1aff9d758
@ -108,7 +108,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.226:59303/;
|
||||
proxy_pass http://10.8.0.226:59304/;
|
||||
}
|
||||
|
||||
location /customer/v1.0.1/ {
|
||||
|
Loading…
Reference in New Issue
Block a user