From f6c8b0145f10b7b82531aeffbf028395c7763db3 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Sat, 31 Oct 2015 01:46:49 +0100 Subject: [PATCH] extended nginx config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9b3b92..8cf0042 100755 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ Server will automatically try to guess the file type (which should work in 90% o ### On nginx This is a simple config file that should make PictShare work on nginx +- Install php fpm: ```apt-get install php5-fpm``` +- Install php Graphics libraries: ```apt-get install php5-gd``` + ``` server { listen 80 default_server;