Dominik Meyer
53333aebca
The structure of the wikindx container has been totally reworked and now uses two containers, one running php-fpm and the second running nginx.
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
[fpm]
|
|
listen = 0.0.0.0:9000
|
|
listen.owner = fpm
|
|
listen.group = fpm
|
|
catch_workers_output = yes
|
|
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
|
|
php_admin_flag[allow_url_fopen] = off
|
|
php_admin_flag[log_errors] = on
|
|
|
|
pm = dynamic
|
|
pm.max_children = 75
|
|
pm.start_servers = 10
|
|
pm.min_spare_servers = 5
|
|
pm.max_spare_servers = 20
|
|
pm.process_idle_timeout = 10s |