Modifications : etc/nginx/org/heureux-cyclage/questionnaires/common.conf.m4
[lhc/admin.git] / srv / ateliers / etc / nginx / org / heureux-cyclage / questionnaires / common.conf.m4
index f1cffc0..148f40b 100644 (file)
@@ -1,6 +1,7 @@
 server_name
  questionnaires.heureux-cyclage.org
  formations.heureux-cyclage.org
+ pre-rencontres.heureux-cyclage.org
  rencontres.heureux-cyclage.org;
 root /home/www/data/org/heureux-cyclage/questionnaires;
 
@@ -9,10 +10,13 @@ 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 = "pre-rencontres.heureux-cyclage.org") {
+               return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=648854";
         }
        if ($host = "rencontres.heureux-cyclage.org") {
-               return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=462499";
+               return 302 "$scheme://questionnaires.heureux-cyclage.org/index.php?r=survey/index&sid=838563";
         }
        index index.html index.htm index.php;
  }