Update index_php_yum.py

pull/624/head
Mr Chen 8 months ago
parent 94830659e9
commit 12729092d8
  1. 2
      plugins/php-yum/index_php_yum.py

@ -74,7 +74,7 @@ def status(version):
def getFpmAddress(version):
fpm_address = '/tmp/php-cgi-{}.sock'.format(version)
fpm_address = '/var/opt/remi/php{}/run/php-fpm/www.sock'.format(version)
php_fpm_file = getFpmConfFile(version)
try:
content = readFile(php_fpm_file)

Loading…
Cancel
Save