mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 13:50:38 +01:00
fix indents in yaml
This commit is contained in:
parent
95c0c6efb1
commit
d93e2c7224
1 changed files with 16 additions and 16 deletions
|
@ -52,7 +52,7 @@ entryPoints:
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
The *name* if the EntryPoint is IMPORTANT because it must be referenced by the dynamic config. ALWAYS name your EntryPoint in the format `protocol-port` as shown in the examples!
|
The _name_ if the EntryPoint is IMPORTANT because it must be referenced by the dynamic config. ALWAYS name your EntryPoint in the format `protocol-port` as shown in the examples!
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -61,9 +61,9 @@ The whole thing would look something like this:
|
||||||
```yaml
|
```yaml
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: ':80'
|
address: ":80"
|
||||||
websecure:
|
websecure:
|
||||||
address: ':443'
|
address: ":443"
|
||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
certResolver: letsencrypt
|
certResolver: letsencrypt
|
||||||
|
|
Loading…
Reference in a new issue