Corrections : sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 15 Apr 2015 09:54:24 +0000 (11:54 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 15 Apr 2015 09:54:24 +0000 (11:54 +0200)
srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4
srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4
srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket

index 7c204fd..9b16f15 100644 (file)
@@ -18,7 +18,7 @@ location ~ \.php$ {
        fastcgi_param REDIRECT_STATUS 200;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
 
-       fastcgi_pass unix:/run/php5/fpm/CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket);
+       fastcgi_pass unix:CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket);
 }
 error_page 404 = @spip;
 
index 98c7647..e670558 100644 (file)
@@ -9,7 +9,7 @@ env[TMPDIR] = /tmp
 env[TMP] = /tmp
 group = CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user)
 #listen = 127.0.0.1:9000
-listen = /run/php5/fpm/CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket)
+listen = CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket)
 #listen.allowed_clients = 127.0.0.1
 listen.group = www-data
 listen.mode = 0660