Add doc for FreeBSD
parent
c9629e385f
commit
db97fe84f8
|
@ -63,7 +63,8 @@ FreeBSD:
|
|||
- `nginx_events_*`: all variables in events block
|
||||
- `nginx_http_*`: all variables in http block
|
||||
- `nginx_custom_http`: instructions list (will put data in `/etc/nginx/conf.d/custom.conf`)
|
||||
- `nginx_module_packages`: package list module to install
|
||||
- `nginx_module_packages`: package list module to install (Debian)
|
||||
- `nginx_load_modules`: module list to load (full path), should be used only on FreeBSD
|
||||
|
||||
### Misc
|
||||
|
||||
|
|
|
@ -1,4 +1,18 @@
|
|||
Freebsd
|
||||
=======
|
||||
|
||||
Limitations
|
||||
-----------
|
||||
|
||||
Due to Ansible + FreeBSD limitations (`ansible_processor_vcpus`), You must explicitely set `nginx_worker_processes`.
|
||||
|
||||
About modules
|
||||
-------------
|
||||
|
||||
Dynamic modules must be set with full path (see `nginx_load_modules` path).
|
||||
|
||||
Sites not tested
|
||||
----------------
|
||||
|
||||
- BackupPC
|
||||
- Nagios
|
||||
|
|
Loading…
Reference in New Issue