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: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=1ab47eba22d3c272d32df2ef79b9eaf269258078 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"; }