X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-questionnaires%2Fsite.conf;h=714ec2c5ab0906fa7df6dd092db2d15939aa18c8;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hp=157fdad5ff9df7dba3c77b0ef48af9fb63af61d9;hpb=ea9cde48ce882ef9ee4e41ff8f14704ab27e7176;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..714ec2c 100644 --- a/etc/nginx/site.d/lhc-questionnaires/site.conf +++ b/etc/nginx/site.d/lhc-questionnaires/site.conf @@ -1,11 +1,14 @@ -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)$ { +location ~* ^.+\.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ { access_log off; expires 30d; log_not_found off; @@ -37,7 +40,6 @@ location ~ \.php$ { fastcgi_cache_valid 404 10m; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; fastcgi_index index.php; - fastcgi_max_temp_file_size 2M; fastcgi_no_cache $no_cache; fastcgi_param REDIRECT_STATUS 200; # NOTE: PHP only, required if PHP was built with --enable-force-cgi-redirect