Modifications : etc/nginx/org/chatperche/www/common.conf.m4
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 11 Oct 2016 08:37:10 +0000 (10:37 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 11 Oct 2016 08:37:10 +0000 (10:37 +0200)
srv/ateliers/etc/nginx/org/chatperche/www/common.conf.m4

index 4ee64ce..787f5af 100644 (file)
@@ -9,9 +9,6 @@ location = /wp-admin/ {
        return 301 /wp-admin/index.php?$args;
  }
 location / {
-       if ($host = "www.chatperche.org") {
-               return 302 "$scheme://ateliervelo.free.fr/";
-       }
        index index.html index.htm index.php;
        try_files $uri $uri/ /index.php?$args;
  }