disable body size check for saparchive

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-04-16 09:02:42 +02:00
parent fabf8405b2
commit e26bd96321
+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;