roles/dch-proxy: Add backend for Jenkins
This commit configures HAProxy to proxy *jenkins.pyrocufflink.net* and *jenkins.pyrocufflink.blue* to the Jenkins master.
This commit is contained in:
7
roles/dch-proxy/templates/backend-jenkins.haproxy.cfg.j2
Normal file
7
roles/dch-proxy/templates/backend-jenkins.haproxy.cfg.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
backend jenkins
|
||||
server jenkins jenkins.pyrocufflink.blue:80 check
|
||||
|
||||
|
||||
backend jenkins-tls
|
||||
mode tcp
|
||||
server jenkins jenkins.pyrocufflink.blue:443 check
|
||||
Reference in New Issue
Block a user