ansible-role-nginx/vars/RedHat.yml
2016-02-17 13:52:17 -05:00

7 lines
188 B
YAML

---
nginx_conf_path: /etc/nginx/conf.d
nginx_pidfile: /var/run/nginx.pid
nginx_vhost_path: /etc/nginx/conf.d
nginx_default_vhost_path: /etc/nginx/conf.d/default.conf
__nginx_user: "nginx"