From eb244166c675873193381f1acc19282f027d8360 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 25 Feb 2025 20:40:18 +0100 Subject: [PATCH] Allow big uploads to /admin/ for restoring backups (#156) --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 73528c1..a370cae 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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";