Update default.conf

This commit is contained in:
Mikhail 2025-01-14 12:05:12 +00:00
parent 51478ff262
commit 19e7efa005

@ -945,7 +945,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,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,response-type 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.8:8085/; proxy_pass http://10.6.0.9:8085/;
} }