Files
group_vars
host_vars
misc-plays
roles
common
mariadb
munin
nginx
defaults
files
extra-security.conf
fastcgi_cache
munin.conf
renew-letsencrypt.timer
handlers
tasks
templates
php-fpm
vars
.gitignore
LICENSE
Pipfile
Pipfile.lock
README.md
ansible.cfg
site.yml
web.yml
ansible-personal/roles/nginx/files
Alan Orth 6de385021d roles/nginx: Updates to accomodate Debian 9 (stretch)
There are currently no nginx.org builds for Debian 9, so we need to
use the package from Debian's repository. This package provides a
www-data user and group instead of an nginx one.

We can revert some of this after Debian 9 is released and official
builds come from nginx.org (though it might be useful to keep the
main nginx.conf as a template).
2017-01-30 15:43:03 +02:00
..