Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = www-data
listen = /var/run/php{{ php_version }}-fpm-nextcloud.sock
listen.owner = www-data
listen.group = www-data
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
php_admin_value[disable_functions] = exec,passthru,system
php_admin_flag[allow_url_fopen] = off
pm = dynamic
pm.max_children = 500
Expand Down