elections: clean up some old stuff from the old site and add redirect to new.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-31 17:57:13 +00:00
parent a1b0b5e99b
commit 73dae59db8
4 changed files with 7 additions and 27 deletions

View file

@ -64,18 +64,6 @@ backend mirror-lists-backend
option httpchk GET /metalink?repo=epel-7&arch=x86_64
option allbackups
frontend voting-frontend
bind 0.0.0.0:10007
default_backend voting-backend
backend voting-backend
balance hdr(appserver)
server elections01 elections01:80 check inter 10s rise 2 fall 4
{% if env == "production" %}
server elections02 elections02:80 check inter 10s rise 2 fall 4
{% endif %}
option httpchk GET /voting/
frontend mirrormanager-frontend
bind 0.0.0.0:10008
default_backend mirrormanager-backend