AjoutĀ : sys/php5/fpm/org/heureux-cyclage/clavette-lyon/socket
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 15 Apr 2015 09:49:34 +0000 (11:49 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 15 Apr 2015 09:49:34 +0000 (11:49 +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 [new file with mode: 0644]

index 350bb67..7c204fd 100644 (file)
@@ -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;
 
index 7126680..98c7647 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/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 (file)
index 0000000..baeb1a1
--- /dev/null
@@ -0,0 +1 @@
+lhc_clav_lyon
\ No newline at end of file