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.
1 parent f70fe66 commit ae28a97Copy full SHA for ae28a97
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'),
@@ -2417,7 +2417,7 @@
2417
2418
2419
2420
2421
2422
2423
('include', confdir + '/fpm/pool.d/*.conf'),
0 commit comments