summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/phpfpm
Commit message (Collapse)AuthorAge
* php-fpm: add reload supportPeter Hoeg2016-10-06
| | | | Upstream recommends sending USR2 for a graceful reload.
* php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* php-fpm module: cleanupEric Sagnes2016-09-27
| | | | | - Added example for the pool option - Unified PHP-FPM spelling
* phpfpm: allow old config format as well (#17754)Robin Lambertz2016-08-15
|
* phpfpm service: restructured pool configurationAl Zohali2016-08-08
| | | | | | | | From @fpletz: Keep poolConfigs option for backwards-compatibility. The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were resolved.
* Revert "phpfpm service: restructured pool configuration"Bjørn Forsman2016-07-27
| | | | | | | | | | | This reverts commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e because it introduced a non-backwards compatible change in the phpfpm interface, without really needing to. The new interface, if needed, can be re-added alongside the old interface. Commit 98e419c0e27dd21e9dee0b915876ea60 ("tt-rss service: init at 16.3") depends on the new interface, so this commit updates the tt-rss service to work with the old services.phpfpm.poolConfigs interface.
* phpfpm service: restructured pool configurationAl Zohali2016-06-20