From 1ab47eba22d3c272d32df2ef79b9eaf269258078 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 27 Aug 2013 13:59:51 +0200 Subject: [PATCH] Modifications : etc/nginx/site.d/ptitvelo-www/local.conf - Redirection OK --- etc/nginx/site.d/ptitvelo-www/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1