X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fnginx%2Fsite.d%2Flhc-questionnaires%2Fsite.conf;h=f0e11349251fd2988a121b6118eb767bd84394bc;hb=0bfe607983341333f6e6095538d4cf85ae6579e6;hp=157fdad5ff9df7dba3c77b0ef48af9fb63af61d9;hpb=40742499f9b7f4142b548a3ab10171a4864de2b8;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-questionnaires/site.conf b/etc/nginx/site.d/lhc-questionnaires/site.conf index 157fdad..f0e1134 100644 --- a/etc/nginx/site.d/lhc-questionnaires/site.conf +++ b/etc/nginx/site.d/lhc-questionnaires/site.conf @@ -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)$ {