Correction : etc/nginx/org/heureux-cyclage/questionnaires/server.conf.m4
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 1 Mar 2017 12:34:58 +0000 (13:34 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 1 Mar 2017 12:34:58 +0000 (13:34 +0100)
srv/ateliers/etc/nginx/org/heureux-cyclage/questionnaires/common.conf.m4
srv/ateliers/etc/nginx/org/heureux-cyclage/questionnaires/server.conf.m4

index f1cffc0..4f8b540 100644 (file)
@@ -9,7 +9,7 @@ client_body_buffer_size 8k;
 client_max_body_size 10m;
 location / {
        if ($host = "formations.heureux-cyclage.org") {
-               return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=367568";
+               return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=727436";
         }
        if ($host = "rencontres.heureux-cyclage.org") {
                return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=462499";
index b97fba6..2301cae 100644 (file)
@@ -12,7 +12,9 @@ server {
 server {
        listen 80;
        server_name
-        questionnaires.heureux-cyclage.org;
+        formations.heureux-cyclage.org
+        questionnaires.heureux-cyclage.org
+        rencontres.heureux-cyclage.org;
        
        return 301 https://$host$request_uri;
  }