mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
add an increase size limit in nginx.conf
This commit is contained in:
parent
973d048f6d
commit
a59b2f7aab
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ location ~ [^/]\.php(/|$) {
|
|||
}
|
||||
# PHP configuration end
|
||||
|
||||
# Increase size limit
|
||||
client_max_body_size 2M;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
Loading…
Add table
Reference in a new issue