mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
Typo corrections in concepts.md (#418)
This commit is contained in:
parent
d5208b2b21
commit
6ac5539ef9
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ If your configuration relies on environment variables, you can use them in the C
|
|||
|
||||
Environment variables in this form are substituted **before Caddyfile parsing begins**, so they can expand to empty values (i.e. `""`), partial tokens, complete tokens, or even multiple tokens and lines.
|
||||
|
||||
For example, a environement variable `UPSTREAMS="app1:8080 app2:8080 app3:8080"` would expand to multiple [tokens](#tokens-and-quotes):
|
||||
For example, an environment variable `UPSTREAMS="app1:8080 app2:8080 app3:8080"` would expand to multiple [tokens](#tokens-and-quotes):
|
||||
|
||||
```caddy
|
||||
example.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue