diff --git a/vars/FreeBSD.yml b/vars/FreeBSD.yml index b032f98..c8213a5 100644 --- a/vars/FreeBSD.yml +++ b/vars/FreeBSD.yml @@ -4,6 +4,7 @@ nginx_conf_path: /usr/local/etc/nginx/conf.d nginx_conf_file_path: /usr/local/etc/nginx/nginx.conf nginx_mime_file_path: /usr/local/etc/nginx/mime.types nginx_pidfile: /var/run/nginx.pid +nginx_stream_path: /usr/local/etc/nginx/stream-enabled nginx_vhost_path: /usr/local/etc/nginx/sites-enabled nginx_default_vhost_path: /usr/local/etc/nginx/sites-enabled/default __nginx_user: "www" diff --git a/vars/OpenBSD.yml b/vars/OpenBSD.yml index a5a5c9d..89ab1d9 100644 --- a/vars/OpenBSD.yml +++ b/vars/OpenBSD.yml @@ -4,6 +4,7 @@ nginx_conf_path: /etc/nginx/conf.d nginx_conf_file_path: /etc/nginx/nginx.conf nginx_mime_file_path: /etc/nginx/mime.types nginx_pidfile: /var/run/nginx.pid +nginx_stream_path: /etc/nginx/stream-enabled nginx_vhost_path: /etc/nginx/sites-enabled nginx_default_vhost_path: /etc/nginx/sites-enabled/default nginx_package_name: "nginx--" diff --git a/vars/RedHat.yml b/vars/RedHat.yml index 0138f8d..7870b83 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -4,6 +4,7 @@ nginx_conf_path: /etc/nginx/conf.d nginx_conf_file_path: /etc/nginx/nginx.conf nginx_mime_file_path: /etc/nginx/mime.types nginx_pidfile: /var/run/nginx.pid +nginx_stream_path: /etc/nginx/stream.d nginx_vhost_path: /etc/nginx/conf.d nginx_default_vhost_path: /etc/nginx/conf.d/default.conf __nginx_user: "nginx"