Browse Source

Update nginx.conf

Alexandre Aubin 4 years ago
parent
commit
55e3e76ed3
1 changed files with 1 additions and 1 deletions
  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;