activated php-fpm for default nginx conf

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-06 11:28:48 +02:00
parent ba3a8af7c3
commit 10738b8897
5 changed files with 47 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ server {
## Images and static content is treated different
location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ {
access_log off;
expires 30d;
expires max;
}
location ~ /\.ht {