ansible-role-nginx/vars/Debian.yml
Mark Wilde c02bf089a4 Added additional nginx_conf_path for Debian
For Debian systems both conf.d and sites-enabled should be included by default. Redhat systems have not been changed.

Issues came up using Kibana on Ubuntu as it installs kibana.conf in the conf.d folder.
2015-04-29 12:58:08 +01:00

6 lines
175 B
YAML

---
nginx_conf_path: /etc/nginx/conf.d/*.conf
nginx_vhost_path: /etc/nginx/sites-enabled/*
nginx_default_vhost_path: /etc/nginx/sites-enabled/default
__nginx_user: "www-data"