ansible-role-nginx/vars/RedHat.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

5 lines
121 B
YAML

---
nginx_vhost_path: /etc/nginx/conf.d/*
nginx_default_vhost_path: /etc/nginx/conf.d/default.conf
__nginx_user: "nginx"