mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Allow big uploads to /admin/ for restoring backups (#156)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user