ansible-role-nginx/vars/Debian.yml

5 lines
131 B
YAML
Raw Normal View History

---
nginx_vhost_path: /etc/nginx/sites-enabled
nginx_default_vhost_path: /etc/nginx/sites-enabled/default
__nginx_user: "www-data"