mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix PHP memory limit warning
This commit is contained in:
parent
e4d3e4beb3
commit
062f8b7399
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
; Additional php.ini defines, specific to this pool of workers.
|
||||
env[PATH] = $PATH
|
||||
php_admin_value[memory_limit] = 512M
|
||||
php_value[upload_max_filesize] = 10G
|
||||
php_value[post_max_size] = 10G
|
||||
php_value[default_charset] = UTF-8
|
||||
|
|
Loading…
Add table
Reference in a new issue