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; add_header Content-Length 0;
return 204; return 204;
} }
add_header Access-Control-Allow-Origin "*";
proxy_pass http://127.0.0.1:8766; proxy_pass http://127.0.0.1:8766;
client_max_body_size 100m; client_max_body_size 100m;
} }
+1 -1
View File
@@ -75,7 +75,7 @@
<body> <body>
<div class="topbar"> <div class="topbar">
<img src="/nubes-logo.svg" alt="Nubes"> <img src="/nubes-logo.svg" alt="Nubes">
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.125 — Lucee</span></span> <span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.126 — Lucee</span></span>
</div> </div>
<div class="content"> <div class="content">