geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
492 stars 442 forks source link

Add the ability to specify listen.owner and listen.group distinct of user and group #378

Closed yodatak closed 8 months ago

yodatak commented 1 year ago

we could create 2 variables to make listen.group and listen.owner different for user

listen.owner = {{ php_fpm_pool_user }} listen.group = {{ php_fpm_pool_group }}

To

listen.owner = {{ php_fpm_pool_listen_user }} listen.group = {{ php_fpm_pool_listen_group }}

stale[bot] commented 1 year ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

yodatak commented 1 year ago

Any news on this ?

github-actions[bot] commented 10 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 8 months ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.