mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
fix
This commit is contained in:
parent
1932ff75ef
commit
f0bc131cb0
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
; Additional php.ini defines, specific to this pool of workers.
|
||||
|
||||
php_admin_value[upload_max_filesize] = 256M
|
||||
php_admin_value[post_max_size] = 256M
|
||||
php_admin_value[upload_max_filesize] = 500M
|
||||
php_admin_value[post_max_size] = 500M
|
||||
|
|
|
@ -12,7 +12,7 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 256M;
|
||||
client_max_body_size 500M;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue