Parcourir la source

Update nginx.conf

Alexandre Aubin il y a 4 ans
Parent
commit
55e3e76ed3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      conf/nginx.conf

+ 1 - 1
conf/nginx.conf

@@ -35,7 +35,7 @@ location __PATH__/ {
 
   location ~ [^/]\.php(/|$) {
     fastcgi_split_path_info ^(.+?\.php)(/.*)$;
-    fastcgi_pass unix:/run/php/fpm-__NAME__.sock;
+    fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock;
     fastcgi_index index.php;
     include fastcgi_params;
     fastcgi_read_timeout 600;