mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Fix typo in header directive example
This commit is contained in:
parent
5f1bd6374f
commit
9594e4bc4b
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@ Multiple header directives that are intended to be mutually-exclusive:
|
|||
```
|
||||
route {
|
||||
header Cache-Control max=age=3600
|
||||
header /static/* Cache-Control max=age=31536000
|
||||
header /static/* Cache-Control max-age=31536000
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue