This commit is contained in:
JMARyA 2023-12-12 17:47:06 +01:00
parent 08ad3d672d
commit 5ba581eb03
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 316 additions and 100 deletions

View file

@ -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