Merge pull request #469 from kumy/patch-1
Typo: Replace French words by English ones
This commit is contained in:
commit
2a735e815a
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ Here is an example of entrypoints definition:
|
||||||
```
|
```
|
||||||
|
|
||||||
- Two entrypoints are defined `http` and `https`.
|
- Two entrypoints are defined `http` and `https`.
|
||||||
- `http` listens on port `80` et `https` on port `443`.
|
- `http` listens on port `80` and `https` on port `443`.
|
||||||
- We enable SSL en `https` by giving a certificate and a key.
|
- We enable SSL on `https` by giving a certificate and a key.
|
||||||
- We also redirect all the traffic from entrypoint `http` to `https`.
|
- We also redirect all the traffic from entrypoint `http` to `https`.
|
||||||
|
|
||||||
## Frontends
|
## Frontends
|
||||||
|
|
Loading…
Reference in a new issue