mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Minor whitespace fix
This commit is contained in:
parent
147e4e2a0d
commit
77debdef39
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ It is therefore important to understand that `{env.HOST}` is inherently differen
|
|||
As an example, see the following Caddyfile:
|
||||
```caddyfile
|
||||
:8080 {
|
||||
respond {$HOST} 200
|
||||
respond {$HOST} 200
|
||||
}
|
||||
|
||||
:8081 {
|
||||
respond {env.HOST} 200
|
||||
respond {env.HOST} 200
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue