jdauphant / ansible-role-nginx

Ansible role to install and manage nginx configuration
655 stars 302 forks source link

Load config from nginx_confdir/modules-enabled #168

Closed pieterlexis closed 7 years ago

pieterlexis commented 7 years ago

In Debian Stretch (and backported versions of nginx to Jessie), nginx modules are installed as separate packages and their load directives are moved to /etc/nginx/modules-enabled/*.conf.

Closes #166