Update default.conf

This commit is contained in:
Mikhail 2024-03-18 21:46:38 +00:00
parent 7a9b0d3cb8
commit 3937beb3e3

@ -123,7 +123,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.6.0.11:9664/; proxy_pass http://10.6.0.11:8085/;
} }
location /answer/ { location /answer/ {