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:
parent
9f6d7fd282
commit
77aac9f88c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue