Ajout : etc/nginx/site.d/lhc-questionnaires/site.conf : formations .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 18 Apr 2013 13:47:24 +0000 (15:47 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 18 Apr 2013 13:51:42 +0000 (15:51 +0200)
etc/nginx/site.d/lhc-questionnaires/site.conf

index 157fdad..f0e1134 100644 (file)
@@ -1,8 +1,11 @@
-server_name questionnaires.heureux-cyclage.org;
+server_name questionnaires.heureux-cyclage.org formations.heureux-cyclage.org;
 
 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/533927/lang/fr";
+        }
        index index.html index.htm index.php;
  }
 location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {