ansible-role-nginx/vars/Debian.yml
2015-05-01 10:18:07 +01:00

6 lines
173 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"