From fd8adb45bcc090fa5b45138b494a391e3224f980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20P=2E=20P=2E=20Almeida?= Date: Sun, 28 Jun 2015 17:03:50 +0200 Subject: [PATCH] * Fixed issue #23. It uses php-fpm by default. Thanks micheleb. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7eb675..7063bad 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,12 @@ replace** the indicated address by **your** address. + FastCGI process using php-cgi. In this case an [init script](https://github.com/perusio/php-fastcgi-debian-script "Init script for php-cgi") is - required. This is how the server is configured out of the - box. It uses UNIX sockets. You can use TCP sockets if you prefer. - + [PHP FPM](http://www.php-fpm.org "PHP FPM"), this requires you - to configure your fpm setup, in Debian/Ubuntu this is done in - the `/etc/php5/fpm` directory. + required. + + [PHP FPM](http://www.php-fpm.org "PHP FPM"), this requires you to + configure your fpm setup, in Debian/Ubuntu this is done in the + `/etc/php5/fpm` directory. This is how the server is configured + out of the box. It uses UNIX sockets. You can use TCP sockets if + you prefer. Look [here](https://github.com/perusio/php-fpm-example-config) for an **example configuration** of `php-fpm`.