haproxy with chain.pem ssl
This commit is contained in:
@@ -90,7 +90,7 @@ haproxy:
|
||||
- connect 5000
|
||||
- client 50000
|
||||
- server 50000
|
||||
- tunnel 60000 #longer timeouts for websockets
|
||||
- tunnel 80000 #longer timeouts for websockets
|
||||
- http-request 5s
|
||||
errorfiles:
|
||||
400: /etc/haproxy/errors/400.http
|
||||
@@ -119,7 +119,9 @@ haproxy:
|
||||
frontends:
|
||||
frontend1:
|
||||
name: www-http
|
||||
bind: "*:80"
|
||||
bind:
|
||||
- "*:80"
|
||||
- "*:443 ssl crt /etc/pki/chain.pem"
|
||||
default_backend: auto
|
||||
acls:
|
||||
- host_auto hdr_beg(host) -i auto.
|
||||
|
||||
Reference in New Issue
Block a user