SSL for web backend
This commit is contained in:
parent
7e62c7323c
commit
e4159564ca
3 changed files with 23 additions and 1 deletions
|
@ -202,7 +202,15 @@ To enable it:
|
|||
```toml
|
||||
[web]
|
||||
address = ":8080"
|
||||
|
||||
# SSL certificate and key used
|
||||
#
|
||||
# Optional
|
||||
#
|
||||
# CertFile = "traefik.crt"
|
||||
# KeyFile = "traefik.key"
|
||||
```
|
||||
|
||||
* ```/```: provides a simple HTML frontend of Træfik
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue