1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

increase upload size limit

This commit is contained in:
yalh76 2022-03-17 02:38:20 +01:00
parent 9f6d7fd282
commit 77aac9f88c

View file

@ -7,7 +7,7 @@ location __PATH__/ {
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 128M;
try_files $uri $uri/ __PATH__/index.php?$args index.php;