mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 02:19:27 +00:00
Tweak max upload size for backups (#189)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user