ansible-roles/webapps/nextcloud/files/zzz-apache2-evolinux-custom.ini
Eric Morino aee925d667
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Add php configuration for apache and cli globaly
2022-08-26 16:28:30 +02:00

20 lines
444 B
INI

; Put customized values here.
allow_url_fopen = On
disable_functions = exec,shell-exec,system,passthru,popen
disable_functions =
user_ini.filename = ".user.ini"
max_execution_time = 300
memory_limit = 512M
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=24
opcache.max_accelerated_files=60000
opcache.memory_consumption=512
opcache.save_comments=1
opcache.revalidate_freq=1
upload_max_filesize = 2G
post_max_size = 2G