Merge pull request #211 from sylvainfaivre/master

fix(map.jinja): fix pid file location for debian
This commit is contained in:
Imran Iqbal 2020-02-27 17:19:53 +00:00 committed by GitHub
commit 84846adb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),