frontend, remove haproxy_stats in test
This commit is contained in:
parent
6b141a0db9
commit
4af1fc0865
7 changed files with 1 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
sunet_frontend:
|
||||
|
||||
load_balancer:
|
||||
api_imagetag: 'stable'
|
||||
api_imagetag: 'staging'
|
||||
exabgp_imagetag: 'stable'
|
||||
port80_acme_c_backend: 'letsencrypt_acme-c.sunet.se'
|
||||
static_backends:
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
frontend {{ site_name }}
|
||||
{{ bind_ip_tls(bind_ips, 443, tls_certificate_bundle) }}
|
||||
|
||||
stats enable
|
||||
timeout http-request 10s
|
||||
timeout http-keep-alive 4s
|
||||
option forwardfor
|
||||
|
|
Loading…
Add table
Reference in a new issue