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',
|
'group': 'root',
|
||||||
'defaults': odict([
|
'defaults': odict([
|
||||||
('global', 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'),
|
('error_log', '/var/log/php' + php_version + '-fpm.log'),
|
||||||
])),
|
])),
|
||||||
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user