Skip to content

Commit

Permalink
Remove the redirect from www.fourmilieres.net to iteself
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jun 1, 2016
1 parent e2def03 commit 4bcd5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ frontend https
default_backend nginx_server

acl fourmilieres_redirect hdr_beg(host) -i fourmilieres.net
acl fourmilieres_redirect hdr_beg(host) -i www.fourmilieres.net
redirect location https://www.fourmilieres.net code 301 if fourmilieres_redirect

acl notmyidea_redirect hdr_beg(host) -i notmyidea.org
acl notmyidea_redirect hdr_beg(host) -i www.notmyidea.org
redirect location https://blog.notmyidea.org code 301 if notmyidea_redirect
Expand Down

0 comments on commit 4bcd5ad

Please sign in to comment.