geerlingguy / ansible-role-php

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

Fix php-fpm conf listen parameters #312

Closed laurentdavid closed 3 years ago

laurentdavid commented 4 years ago

The php_fpm_listen and php_fpm_listen_allowed_clients should be taken into account when writing the www.conf configuration file for FPM. They were hardcoded into the conf.

This patch makes sure that the php-fpm conf takes into account allowed clients and listen parameters provided in the role vars and add further molecule tests to validate the change.

stale[bot] commented 3 years ago

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

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

stale[bot] commented 3 years ago

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