ansible-roles/nginx/tasks
Mathieu Trossevin 93084d6ce8
nginx: Do not use spawn-fcgi for munin-graph
systemd provides already provides all the fonctionnalities of spawn-fcgi
with the exception of the possibility to spawn multiple process to a
single socket (it can be done using multiwatch though). So we might as
well use the fonctions provided by systemd instead of needing to install
a new package and add a layer of indirection in how the fastcgi service
is managed.

This make for a somewhat simpler service that can be started as an
unprivileged user.
2021-11-17 13:52:15 +01:00
..
ip_whitelist.yml Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
logrotate.yml nginx: improve tasks naiming 2021-10-02 09:35:17 +02:00
main.yml nginx : fix variable name and debug 2021-10-18 15:01:59 +02:00
munin_graphs.yml nginx: improve tasks naiming 2021-10-02 09:35:17 +02:00
munin_vhost.yml nginx: Do not use spawn-fcgi for munin-graph 2021-11-17 13:52:15 +01:00
packages.yml nginx : fix variable name and debug 2021-10-18 15:01:59 +02:00
packages_backports.yml nginx: improve tasks naiming 2021-10-02 09:35:17 +02:00
server_status_read.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
server_status_write.yml nginx: change from "nginx_status-XXX" to "server-status-XXX" 2020-12-23 15:53:36 +01:00