This commit is contained in:
VirtuBox
2019-03-20 03:17:41 +01:00
parent 96424f849f
commit 02b5eebc37

View File

@@ -876,7 +876,7 @@ class WOStackController(CementBaseController):
# Parse /etc/php/7.3/fpm/pool.d/www.conf
config = configparser.ConfigParser()
config.read_file(codecs.open('/ etc/php/7.3/fpm/'
config.read_file(codecs.open('/etc/php/7.3/fpm/'
'pool.d/www.conf',
"r", "utf8"))
config['www']['ping.path'] = '/ping'