Add SSL certificate; Fix minor bugs in redirect route.
This commit is contained in:
parent
1bca19a285
commit
7f6f30b6f9
3 changed files with 46 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
stats:
|
||||
username: admin
|
||||
password: senha
|
||||
password: password
|
||||
port: 1936
|
||||
|
||||
customerrors: true
|
||||
|
|
@ -13,6 +13,11 @@ easymapping:
|
|||
redirect:
|
||||
www.host1.com.br: http://host1.com.br
|
||||
|
||||
- port: 443
|
||||
ssl_cert: /etc/easyconfig/mycert.pem
|
||||
hosts:
|
||||
host1.com.br: container:80
|
||||
|
||||
- port: 8080
|
||||
hosts:
|
||||
host3.com.br: domain:8181
|
||||
Loading…
Add table
Add a link
Reference in a new issue