Przeglądaj źródła

[fix] fpm file with the new version of php

Kayou 6 lat temu
rodzic
commit
4da7d3fd1d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      conf/php-fpm.conf

+ 1 - 1
conf/php-fpm.conf

@@ -30,7 +30,7 @@ group = __USER__
 ;                            specific port;
 ;   '/path/to/unix/socket' - to listen on a unix socket.
 ; Note: This value is mandatory.
-listen = /var/run/php5-fpm-__NAMETOCHANGE__.sock
+listen = /var/run/php/php7.0-fpm-__NAMETOCHANGE__.sock
 
 ; Set listen(2) backlog. A value of '-1' means unlimited.
 ; Default Value: 128 (-1 on FreeBSD and OpenBSD)