From: Ludovic CHEVALIER Date: Tue, 27 Aug 2013 11:59:51 +0000 (+0200) Subject: Modifications : etc/nginx/site.d/ptitvelo-www/local.conf - Redirection X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites%22%2C%22id_syndic=%24id_syndic%22%29%20.%20%22?a=commitdiff_plain;h=1ab47eba22d3c272d32df2ef79b9eaf269258078;p=lhc%2Fateliers.git Modifications : etc/nginx/site.d/ptitvelo-www/local.conf - Redirection OK --- diff --git a/etc/nginx/site.d/ptitvelo-www/local.conf b/etc/nginx/site.d/ptitvelo-www/local.conf index 9cf8fa4..2f8e4f8 100644 --- a/etc/nginx/site.d/ptitvelo-www/local.conf +++ b/etc/nginx/site.d/ptitvelo-www/local.conf @@ -1,5 +1,5 @@ listen 80; location = /ecrire { - return 302 "https://$http_host/ecrire"; + return 301 "https://$http_host/ecrire"; }