Browse Source
Merge pull request #191 from philpep/fix-multiphp-rendering
Fix missing value for php.lookup.fpm.user in multi-php mode
tags/v0.40.1
Imran Iqbal
5 years ago
No account linked to committer's email address
1 changed files with
2 additions and
0 deletions
-
php/ng/map.jinja
|
|
@@ -2272,6 +2272,8 @@ |
|
|
|
'conf': confdir + '/fpm/php-fpm.conf', |
|
|
|
'ini': confdir + '/fpm/php.ini', |
|
|
|
'pools': confdir + '/fpm/pool.d', |
|
|
|
'user': 'root', |
|
|
|
'group': 'root', |
|
|
|
'service': 'php' + phpng_version + '-fpm', |
|
|
|
'user': 'root', |
|
|
|
'group': 'root', |