Browse Source

Update php-fpm.conf

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