To improve security in multi-user systems, it should be possible to isolate users from each other in chrooted PHP-FPM pools.
This PR therefore allows each item in the php_fpm_pools list to have a user and group specified, and also optionally, to have a chroot directory configured for better isolation.
To improve security in multi-user systems, it should be possible to isolate users from each other in chrooted PHP-FPM pools.
This PR therefore allows each item in the
php_fpm_pools
list to have a user and group specified, and also optionally, to have a chroot directory configured for better isolation.