Update PHP-FPM config
This commit is contained in:
parent
ed9e29b8b8
commit
5505c09db4
1 changed files with 4 additions and 1 deletions
|
|
@ -96,7 +96,10 @@ group = www-data
|
||||||
listen = {1}
|
listen = {1}
|
||||||
listen.owner = www-data
|
listen.owner = www-data
|
||||||
pm = ondemand
|
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)),
|
, user_name, socket)),
|
||||||
ReloadService::new("php7.0-fpm", self.command_runner)
|
ReloadService::new("php7.0-fpm", self.command_runner)
|
||||||
)).into_action(self.symbol_runner)
|
)).into_action(self.symbol_runner)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue