Skip to content

Commit 313722b

Browse files
authored
Merge pull request #191 from philpep/fix-multiphp-rendering
Fix missing value for php.lookup.fpm.user in multi-php mode
2 parents a9c7fb5 + f91d942 commit 313722b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/ng/map.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,8 @@
22722272
'conf': confdir + '/fpm/php-fpm.conf',
22732273
'ini': confdir + '/fpm/php.ini',
22742274
'pools': confdir + '/fpm/pool.d',
2275+
'user': 'root',
2276+
'group': 'root',
22752277
'service': 'php' + phpng_version + '-fpm',
22762278
'user': 'root',
22772279
'group': 'root',

0 commit comments

Comments
 (0)