Fix SSL
This commit is contained in:
parent
21a4a056cb
commit
ad8aef16a2
11 changed files with 91 additions and 36 deletions
|
|
@ -180,6 +180,12 @@ stats:
|
|||
|
||||
customerrors: true # Optional (default false)
|
||||
|
||||
ssl_mode: default
|
||||
|
||||
letsencrypt: {
|
||||
"email": "acme@example.org"
|
||||
}
|
||||
|
||||
easymapping:
|
||||
- port: 80
|
||||
hosts:
|
||||
|
|
@ -196,12 +202,12 @@ easymapping:
|
|||
www.host1.com.br: http://host1.com.br
|
||||
|
||||
- port: 443
|
||||
ssl_cert: /path/to/ssl/certificate
|
||||
hosts:
|
||||
host1.com.br:
|
||||
containers:
|
||||
- container:80
|
||||
redirect-ssl: false
|
||||
ssl: true
|
||||
|
||||
- port: 8080
|
||||
hosts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue