From bf5409616a7ae3c50d0ac5b4e855efbe24da2ce3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 13 Mar 2015 15:40:24 +0200 Subject: [PATCH] etc/nginx readme: add manjaro other than php --- etc/nginx/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/nginx/README.md b/etc/nginx/README.md index 3689eb38..633895b2 100644 --- a/etc/nginx/README.md +++ b/etc/nginx/README.md @@ -1,2 +1,14 @@ Useful nginx files that I will probably need and which I will forget if I cannot read them from here. + +## Manjaro + +Remove the default server block and add to http block: + +``` +include /etc/nginx/conf.d/*.conf; +include /etc/nginx/sites-enabled/*; +``` + +PHP: todo. It has something to do with `php-fpm.sock` instead of +`php5-fpm.sock`, but that doesn't appear to be enough.