From 0465cb8a101436c655220e956ee3896f39265c6b Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 15 Apr 2015 11:49:34 +0200 Subject: [PATCH] =?utf8?q?Ajout=C2=A0:=20sys/php5/fpm/org/heureux-cyclage/?= =?utf8?q?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 | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket 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 350bb67..7c204fd 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/lhc_clav_lyon; + fastcgi_pass unix:/run/php5/fpm/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 7126680..98c7647 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/POOL +listen = /run/php5/fpm/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 new file mode 100644 index 0000000..baeb1a1 --- /dev/null +++ b/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket @@ -0,0 +1 @@ +lhc_clav_lyon \ No newline at end of file -- 2.20.1