X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fadmin.git;a=blobdiff_plain;f=srv%2Fateliers%2Fetc%2Fnginx%2Forg%2Fchatperche%2Fwww%2Fcommon.conf.m4;h=787f5af41afd8be81242235c35ae264a90bf6dea;hp=4ee64ce3c78294e7a1101641ff07c4c33a726e4b;hb=20b5ef114b18b832014a8e3be693dc22575adf2b;hpb=6b2fbb7403fbb0e70a9f58726417b2ec4e06f397 diff --git a/srv/ateliers/etc/nginx/org/chatperche/www/common.conf.m4 b/srv/ateliers/etc/nginx/org/chatperche/www/common.conf.m4 index 4ee64ce..787f5af 100644 --- a/srv/ateliers/etc/nginx/org/chatperche/www/common.conf.m4 +++ b/srv/ateliers/etc/nginx/org/chatperche/www/common.conf.m4 @@ -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; }