php: Don't set a chroot for the default fpm pool
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ludovic Poujol 2019-10-16 15:59:33 +02:00
parent 0a7262081a
commit 2d2889ac16
2 changed files with 1 additions and 1 deletions

View file

@ -42,6 +42,7 @@ The **patch** part changes incrementally at each release.
* lxc: remove useless loop in apt execution
* lxc: update our default template to be compatible with Debian 10
* lxc: rely on lxc_container module instead of command module
* php: Don't set a chroot for the default fpm pool
### Fixed
* lxc-php: Don't remove the default pool

View file

@ -51,7 +51,6 @@
- { option: "request_slowlog_timeout", value: "5s" }
- { option: "pm.status_path", value: "/fpm_status" }
- { option: "request_terminate_timeout", value: "60s" }
- { option: "chroot", value: "/var/www" }
notify: "restart {{ php_fpm_service_name }}"
when: ansible_distribution_major_version | version_compare('9', '>=')