OpenBSD.yml 331 B

12345678910
  1. ---
  2. root_group: wheel
  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/sites-enabled
  8. nginx_default_vhost_path: /etc/nginx/sites-enabled/default
  9. nginx_package_name: "nginx--"
  10. __nginx_user: "www"