mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
[WIP] FreeBSD install ok
This commit is contained in:
3
vars/Debian.yml
Normal file
3
vars/Debian.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
nginx_events_use: 'epoll'
|
||||
nginx_pid: '/run/nginx.pid'
|
||||
nginx_etc_dir: '/etc/nginx'
|
||||
5
vars/FreeBSD.yml
Normal file
5
vars/FreeBSD.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
nginx_events_use: 'kqueue'
|
||||
nginx_pid: '/var/run/nginx.pid'
|
||||
nginx_etc_dir: '/usr/local/etc/nginx'
|
||||
|
||||
# TODO: it's a dirty to force variable here!
|
||||
Reference in New Issue
Block a user