fix: change privilege port
Some checks failed
Deploy / CreateImage (push) Failing after 36s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
skeris 2025-06-17 18:34:43 +03:00
parent 95011cd932
commit b1aff9d758

@ -108,7 +108,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; 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/ { location /customer/v1.0.1/ {