Merge branch 'main' into main

This commit is contained in:
2026-04-16 09:45:47 +02:00
+1
View File
@@ -13,6 +13,7 @@ server {
location / {
proxy_pass http://tiacore-test:8080;
client_max_body_size 0;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;