maj via codex

This commit is contained in:
2026-02-22 18:34:50 +01:00
parent 20af00d653
commit 55387f4b0e
90 changed files with 9902 additions and 1251 deletions

View File

@@ -3,7 +3,7 @@ server {
root /usr/share/nginx/html;
index index.html;
client_max_body_size 20M;
client_max_body_size 200M;
location /api/ {
proxy_pass http://backend:8060;