Doc fixes
parent
972555ce22
commit
8fc6f7117e
|
@ -1,9 +1,9 @@
|
|||
Nginx for Debian Ansible role
|
||||
=============================
|
||||
Nginx for Debian/FreeBSD Ansible role
|
||||
=====================================
|
||||
|
||||
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-HanXHX.nginx-blue.svg)](https://galaxy.ansible.com/list#/roles/4399) [![Build Status](https://travis-ci.org/HanXHX/ansible-nginx.svg?branch=master)](https://travis-ci.org/HanXHX/ansible-nginx)
|
||||
|
||||
Install and configure Nginx on Debian.
|
||||
Install and configure Nginx on Debian/FreeBSD.
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -57,6 +57,8 @@ Fine configuration
|
|||
|
||||
[Basic Auth](doc/auth.md)
|
||||
|
||||
[FreeBSD](doc/freebsd.md)
|
||||
|
||||
|
||||
Note
|
||||
----
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Freebsd
|
||||
=======
|
||||
|
||||
Due to Ansible + FreeBSD limitations (`ansible_processor_vcpus`), You must explicitely set `nginx_worker_processes`.
|
Loading…
Reference in New Issue