mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
Merge pull request #191 from philpep/fix-multiphp-rendering
Fix missing value for php.lookup.fpm.user in multi-php mode
This commit is contained in:
commit
313722b264
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue