SSL for web backend

This commit is contained in:
emile 2015-09-22 21:00:29 +02:00
parent 7e62c7323c
commit e4159564ca
3 changed files with 23 additions and 1 deletions

View file

@ -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
![HTML frontend](img/web.frontend.png)