feat: update seat map dxf workflow and organization ui

This commit is contained in:
hyunho
2026-03-25 18:00:09 +09:00
parent 8f073e1458
commit e62a6a5458
27 changed files with 2517660 additions and 125 deletions

View File

@@ -18,13 +18,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /snapshots/ {
proxy_pass http://backend:8000;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /legacy/ {
proxy_pass http://backend:8000;
proxy_set_header Host $host;
@@ -39,4 +32,3 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
}