We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6393c7 + 393d69e commit 84846adCopy full SHA for 84846ad
php/map.jinja
@@ -107,7 +107,7 @@
107
'group': 'root',
108
'defaults': odict([
109
('global', odict([
110
- ('pid', '/var/run/php' + php_version + '-fpm.pid'),
+ ('pid', '/run/php/php' + php_version + '-fpm.pid'),
111
('error_log', '/var/log/php' + php_version + '-fpm.log'),
112
])),
113
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
0 commit comments