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 93aca0f..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;
 
@@ -11,6 +12,9 @@ location / {
        if ($host = "formations.heureux-cyclage.org") {
                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=838563";
         }