Modifications : etc/nginx/site.d/ptitvelo-www/local.conf - Redirection
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 27 Aug 2013 11:59:51 +0000 (13:59 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 27 Aug 2013 11:59:51 +0000 (13:59 +0200)
OK

etc/nginx/site.d/ptitvelo-www/local.conf

index 9cf8fa4..2f8e4f8 100644 (file)
@@ -1,5 +1,5 @@
 listen 80;
 
 location = /ecrire {
-       return 302 "https://$http_host/ecrire";
+       return 301 "https://$http_host/ecrire";
  }