fix indents in yaml

This commit is contained in:
Milo Schwartz 2025-01-30 12:55:48 -05:00
parent 95c0c6efb1
commit d93e2c7224
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ entryPoints:
:::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
entryPoints:
web:
address: ':80'
address: ":80"
websecure:
address: ':443'
address: ":443"
http:
tls:
certResolver: letsencrypt