remove firefly from haproxy

This commit is contained in:
Andreas Zweili 2020-06-06 12:26:57 +02:00
parent a27a688bf4
commit 2f836e623d
1 changed files with 0 additions and 7 deletions

View File

@ -20,8 +20,6 @@ frontend http
use_backend http_bookstack_server if { hdr(host) -i www.2li.ch }
use_backend http_bookstack_server if { hdr(host) -i 2li.ch }
use_backend http_mail_server if { hdr(host) -i mail.zweili.org }
#redirect scheme https code 301
#redirect scheme https code 301 if !{ hdr(Host) -i mail.zweili.org }
redirect scheme https code 301 if { hdr(host) -i git.2li.ch } !{ ssl_fc }
redirect scheme https code 301 if { hdr(host) -i heimdall.2li.ch } !{ ssl_fc }
redirect scheme https code 301 if { hdr(host) -i jitsi.2li.ch } !{ ssl_fc }
@ -32,7 +30,6 @@ frontend http
redirect scheme https code 301 if { hdr(host) -i ttrss.2li.ch } !{ ssl_fc }
redirect scheme https code 301 if { hdr(host) -i wallabag.2li.ch } !{ ssl_fc }
redirect scheme https code 301 if { hdr(host) -i webmail.2li.ch } !{ ssl_fc }
redirect scheme https code 301 if { hdr(host) -i firefly.zweili.org } !{ ssl_fc }
backend http_mail_server
mode http
@ -63,7 +60,6 @@ frontend https
use_backend webmail_server if { req_ssl_sni -i webmail.2li.ch }
use_backend bookstack_server if { req_ssl_sni -i www.2li.ch }
use_backend bookstack_server if { req_ssl_sni -i 2li.ch }
use_backend firefly_server if { req_ssl_sni -i firefly.zweili.org }
backend bookstack_server
mode tcp
@ -101,6 +97,3 @@ backend wallabag_server
backend webmail_server
mode tcp
server server1 10.7.89.110:443 check
backend firefly_server
mode tcp
server server1 10.7.89.111:443 check