RedHat.yml 293 B

123456789
  1. ---
  2. root_group: root
  3. nginx_conf_path: /etc/nginx/conf.d
  4. nginx_conf_file_path: /etc/nginx/nginx.conf
  5. nginx_mime_file_path: /etc/nginx/mime.types
  6. nginx_pidfile: /var/run/nginx.pid
  7. nginx_vhost_path: /etc/nginx/conf.d
  8. nginx_default_vhost_path: /etc/nginx/conf.d/default.conf
  9. __nginx_user: "nginx"