refactor
This commit is contained in:
parent
08ad3d672d
commit
5ba581eb03
5 changed files with 316 additions and 100 deletions
|
@ -116,7 +116,7 @@ Each request must eventually be handled by a service, which is why each router d
|
|||
|
||||
In general, a service assigned to a router should have been defined, but there are exceptions for label-based providers.
|
||||
|
||||
### TLS
|
||||
#### TLS
|
||||
When a TLS section is specified, it instructs Traefik that the current router is dedicated to HTTPS requests only (and that the router should ignore [HTTP](../../internet/HTTP.md) (non TLS) requests). Traefik will terminate the SSL connections (meaning that it will send decrypted data to the services).
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue