Fix socket name
This commit is contained in:
parent
a645239fac
commit
dd180f3028
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ check process php-fpm with pidfile /run/php/php{{ php_version.stdout }}-fpm.pid
|
||||||
group webserver
|
group webserver
|
||||||
start program = "/usr/sbin/service php{{ php_version.stdout }}-fpm start"
|
start program = "/usr/sbin/service php{{ php_version.stdout }}-fpm start"
|
||||||
stop program = "/usr/sbin/service php{{ php_version.stdout }}-fpm stop"
|
stop program = "/usr/sbin/service php{{ php_version.stdout }}-fpm stop"
|
||||||
if failed unixsocket /run/php/{{ php_version.stdout }}-fpm.sock for 3 cycles then restart
|
if failed unixsocket /run/php/php{{ php_version.stdout }}-fpm.sock for 3 cycles then restart
|
||||||
if 3 restarts within 5 cycles then timeout
|
if 3 restarts within 5 cycles then timeout
|
||||||
|
|
Loading…
Reference in a new issue