geerlingguy / ansible-role-php

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

Allow php-fpm pools to be isolated from each other using chroot #426

Open dw-ec opened 3 months ago

dw-ec commented 3 months ago

For improved security on multi-user systems, php-fpm pools can be isolated from each other, running under different user accounts and optionally in a chrooted code directory.