From 8fc6f7117ecc1f3ba565213b79613da4fd2ef4df Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Mon, 7 Mar 2016 12:05:58 +0100 Subject: [PATCH] Doc fixes --- README.md | 8 +++++--- doc/freebsd.md | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 doc/freebsd.md diff --git a/README.md b/README.md index aa76485..a12775f 100644 --- a/README.md +++ b/README.md @@ -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 ---- diff --git a/doc/freebsd.md b/doc/freebsd.md new file mode 100644 index 0000000..ea445c7 --- /dev/null +++ b/doc/freebsd.md @@ -0,0 +1,4 @@ +Freebsd +======= + +Due to Ansible + FreeBSD limitations (`ansible_processor_vcpus`), You must explicitely set `nginx_worker_processes`.