Debian.yml 301 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: /run/nginx.pid
  7. nginx_vhost_path: /etc/nginx/sites-enabled
  8. nginx_default_vhost_path: /etc/nginx/sites-enabled/default
  9. __nginx_user: "www-data"