Skip to content

Commit

Permalink
Merge pull request #211 from sylvainfaivre/master
Browse files Browse the repository at this point in the history
fix(map.jinja): fix pid file location for debian
  • Loading branch information
myii authored Feb 27, 2020
2 parents e6393c7 + 393d69e commit 84846ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 84846ad

Please sign in to comment.