Parcourir la source

Update php-fpm.conf

Alexandre Aubin il y a 4 ans
Parent
commit
e1072ba497
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      conf/php-fpm.conf

+ 1 - 1
conf/php-fpm.conf

@@ -28,7 +28,7 @@
 ;                            specific port;
 ;   '/path/to/unix/socket' - to listen on a unix socket.
 ; Note: This value is mandatory.
-listen = /run/php/fpm-__NAMETOCHANGE__.sock
+listen = /var/run/php/php7.0-fpm-__NAMETOCHANGE__.sock
 
 ; Set permissions for unix socket, if one is used. In Linux, read/write
 ; permissions must be set in order to allow connections from a web server. Many