apps: install route needs more upload limit

This commit is contained in:
Girish Ramakrishnan
2026-02-20 09:54:13 +01:00
parent 5a613231e0
commit 38a187e9fc
+6
View File
@@ -223,6 +223,12 @@ server {
limit_req zone=admin_login burst=5;
}
# for source builds, allow large sizes (controlled by upstream)
location ~ ^/api/v1/apps$ {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
}
# the read timeout is between successive reads and not the whole connection
location ~ ^/api/v1/apps/.*/exec/.*/start$ {
proxy_pass http://127.0.0.1:3000;