mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
docs: Add Caddyfile syntax highlighting (#41)
This commit is contained in:
parent
75fcfc21bb
commit
e0f5ee1bb9
34 changed files with 215 additions and 179 deletions
|
@ -8,7 +8,7 @@ The Caddyfile has a way for you to specify options that apply globally. Some opt
|
|||
|
||||
The very top of your Caddyfile can be a **global options block**. This is a block that has no keys:
|
||||
|
||||
```
|
||||
```caddy
|
||||
{
|
||||
...
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ There can only be one at most, and it must be the first block of the Caddyfile.
|
|||
|
||||
Possible options are:
|
||||
|
||||
```
|
||||
```caddy
|
||||
{
|
||||
debug
|
||||
http_port <port>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue