Tweak max upload size for backups (#189)

This commit is contained in:
Arjan H
2025-09-06 13:01:10 +02:00
parent c23a8762aa
commit d27e33e89a

View File

@@ -13,6 +13,7 @@ server {
include conf.d/custom[.]inc;
location /admin/ {
client_max_body_size 50M;
return 301 https://$host$request_uri;
}
@@ -70,7 +71,7 @@ server {
}
location /admin/ {
client_max_body_size 20M;
client_max_body_size 50M;
include conf.d/proxy.inc;
proxy_read_timeout 120;
proxy_set_header X-Request-Base "/admin";