Merge pull request #211 from sylvainfaivre/master
fix(map.jinja): fix pid file location for debian
This commit is contained in:
commit
84846adb42
@ -107,7 +107,7 @@
|
||||
'group': 'root',
|
||||
'defaults': odict([
|
||||
('global', odict([
|
||||
('pid', '/var/run/php' + php_version + '-fpm.pid'),
|
||||
('pid', '/run/php/php' + php_version + '-fpm.pid'),
|
||||
('error_log', '/var/log/php' + php_version + '-fpm.log'),
|
||||
])),
|
||||
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
||||
|
Loading…
Reference in New Issue
Block a user