fix typo
This commit is contained in:
@@ -876,7 +876,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
# Parse /etc/php/7.3/fpm/pool.d/www.conf
|
# Parse /etc/php/7.3/fpm/pool.d/www.conf
|
||||||
config = configparser.ConfigParser()
|
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',
|
'pool.d/www.conf',
|
||||||
"r", "utf8"))
|
"r", "utf8"))
|
||||||
config['www']['ping.path'] = '/ping'
|
config['www']['ping.path'] = '/ping'
|
||||||
|
|||||||
Reference in New Issue
Block a user