Update default.conf
All checks were successful
Deploy / CreateImage (push) Successful in 30s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
skeris 2025-02-26 12:13:40 +00:00
parent ed2c209f36
commit 1754b4d3d8

@ -71,7 +71,7 @@ server {
proxy_pass http://10.7.0.6:59300; proxy_pass http://10.7.0.6:59300;
} }
location /user/ { location ~ ^/user/(.+)$ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Origin $http_origin always;
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;