v1.0.126: fix duplicate CORS — nginx only for OPTIONS, VM for POST response

This commit is contained in:
2026-06-23 08:42:39 +04:00
parent 4f66853447
commit 2f066e74e0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -51,7 +51,6 @@ server {
add_header Content-Length 0;
return 204;
}
add_header Access-Control-Allow-Origin "*";
proxy_pass http://127.0.0.1:8766;
client_max_body_size 100m;
}