roles/dch-proxy: Redirect git.p.n to Gitea

The name *git.pyrocufflink.net* now proxies to Gitea instead of CGit.
jenkins-master
Dustin 2018-06-13 22:14:00 -05:00
parent 222acdba32
commit fd172ddf7c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ frontend main
bind :::80 bind :::80
use_backend gitea if { hdr(host) -i git.pyrocufflink.blue } use_backend gitea if { hdr(host) -i git.pyrocufflink.blue }
use_backend gitea if { hdr(host) -i git.pyrocufflink.net }
default_backend myala default_backend myala
@ -14,4 +15,5 @@ frontend main-tls
tcp-request content accept if { req_ssl_hello_type 1 } tcp-request content accept if { req_ssl_hello_type 1 }
use_backend gitea-tls if { req_ssl_sni -i git.pyrocufflink.blue } use_backend gitea-tls if { req_ssl_sni -i git.pyrocufflink.blue }
use_backend gitea-tls if { req_ssl_sni -i git.pyrocufflink.net }
default_backend myala-tls default_backend myala-tls