mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue