Allow big uploads to /admin/ for restoring backups (#156)

This commit is contained in:
Arjan H
2025-02-25 20:40:18 +01:00
parent 4aa9383d57
commit eb244166c6

View File

@@ -70,6 +70,7 @@ server {
}
location /admin/ {
client_max_body_size 20M;
include conf.d/proxy.inc;
proxy_read_timeout 120;
proxy_set_header X-Request-Base "/admin";