metrics for v4 and v6
This commit is contained in:
parent
85cfdd5a3a
commit
f8ff80f374
|
@ -54,8 +54,10 @@ defaults
|
|||
|
||||
|
||||
frontend http
|
||||
bind *:80,[::]:80 name http
|
||||
bind *:443,[::]:443 name https ssl crt /etc/haproxy/certs/mail.0rpheus.net.pem crt /etc/haproxy/certs/ ecdhe secp384r1 alpn h2,http/1.1
|
||||
bind *:80 name http_v4
|
||||
bind [::]:80 name http_v6
|
||||
bind *:443 name https_v4 ssl crt /etc/haproxy/certs/mail.0rpheus.net.pem crt /etc/haproxy/certs/ ecdhe secp384r1 alpn h2,http/1.1
|
||||
bind [::]:443 name https_v6 ssl crt /etc/haproxy/certs/mail.0rpheus.net.pem crt /etc/haproxy/certs/ ecdhe secp384r1 alpn h2,http/1.1
|
||||
|
||||
compression algo gzip
|
||||
compression type text/html text/plain text/javascript application/javascript application/xml text/css
|
||||
|
|
Loading…
Reference in New Issue