extended nginx config

This commit is contained in:
Christian Haschek
2015-10-31 01:46:49 +01:00
parent 9d46cc7b46
commit f6c8b0145f

View File

@@ -106,6 +106,9 @@ Server will automatically try to guess the file type (which should work in 90% o
### On nginx ### On nginx
This is a simple config file that should make PictShare work 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 { server {
listen 80 default_server; listen 80 default_server;