Modifications : etc/nginx/nginx.conf - Compatibilité avec la
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sun, 17 Jan 2016 09:06:12 +0000 (10:06 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sun, 17 Jan 2016 09:06:12 +0000 (10:06 +0100)
version de lib/tool/admin
Modifications :         etc/php5/fpm/php-fpm.conf - Pareil

etc/nginx/nginx.conf
etc/php5/fpm/php-fpm.conf

index 70aed2c..94c1ffe 100644 (file)
@@ -110,7 +110,8 @@ http {
                127.0.0.1 0;
         }
        include /etc/nginx/site.d/*/http.conf;
-       include /etc/nginx/site.d/*/server.conf;
+       include /etc/nginx/*/*/server.conf;
+       include /etc/nginx/*/*/*/server.conf;
        server {
                listen 80 default_server;
                server_name  _;
@@ -120,9 +121,9 @@ http {
                listen 443 default_server;
                server_name  _;
                include             /etc/nginx/conf.d/ssl.conf;
-               ssl_certificate     /etc/nginx/x509.d/cyclo-www-tls/crt.pem;
-               ssl_certificate_key /etc/nginx/x509.d/cyclo-www-tls/key.pem;
-               return 302 $scheme://cyclocoop.org$request_uri;
+               ssl_certificate     /etc/nginx/org/heureux-cyclage/crt.pem;
+               ssl_certificate_key /etc/nginx/org/heureux-cyclage/key.pem;
+               return 302 $scheme://heureux-cyclage.org$request_uri;
         }
  }
 pid /run/nginx.pid;
index 58207d5..da642a2 100644 (file)
@@ -14,3 +14,4 @@ syslog.facility = daemon
 syslog.ident = php5-fpm
 
 include=/etc/php5/fpm/pool.d/*/php-fpm.conf
+include=/etc/php5/fpm/*/*/*/php-fpm.conf