1
0
Fork 0
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:
Robles Rodolphe 2020-06-17 17:58:24 +02:00
parent 973d048f6d
commit a59b2f7aab

View file

@ -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;
}