Update PHP-FPM config

This commit is contained in:
Adrian Heine 2019-09-12 22:38:09 +02:00
parent ed9e29b8b8
commit 5505c09db4

View file

@ -96,7 +96,10 @@ group = www-data
listen = {1}
listen.owner = www-data
pm = ondemand
pm.max_children = 10"
pm.max_children = 10
catch_workers_output = yes
env[PATH] = /usr/local/bin:/usr/bin:/bin
"
, user_name, socket)),
ReloadService::new("php7.0-fpm", self.command_runner)
)).into_action(self.symbol_runner)