[WIP] FreeBSD install ok

This commit is contained in:
Emilien Mantel
2016-03-05 15:07:39 +01:00
parent 44a5c31b12
commit e00313bb36
12 changed files with 89 additions and 35 deletions

3
vars/Debian.yml Normal file
View 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
View 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!