From feb7e0ff6e5ac80faf3174fb2fe528bc40dc60f4 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 15 Apr 2015 11:54:24 +0200 Subject: [PATCH] =?utf8?q?Corrections=C2=A0:=20=20=20=20=20=20=20=20=20sys?= =?utf8?q?/php5/fpm/org/heureux-cyclage/clavette-lyon/socket?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4 | 2 +- .../php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 | 2 +- .../sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4 b/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4 index 7c204fd..9b16f15 100644 --- a/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4 +++ b/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/common.conf.m4 @@ -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; diff --git a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 index 98c7647..e670558 100644 --- a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 +++ b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 @@ -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 diff --git a/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket b/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket index baeb1a1..d523478 100644 --- a/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket +++ b/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket @@ -1 +1 @@ -lhc_clav_lyon \ No newline at end of file +/run/php5/fpm/lhc_clav_lyon \ No newline at end of file -- 2.20.1