docs: Fix header example typo

Fixes #58
This commit is contained in:
Francis Lavoie 2020-06-18 16:04:25 -04:00 committed by GitHub
parent 6161a07af2
commit 49ed10d267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ Multiple header directives that are intended to be mutually-exclusive:
```caddy-d ```caddy-d
route { route {
header Cache-Control max=age=3600 header Cache-Control max-age=3600
header /static/* Cache-Control max-age=31536000 header /static/* Cache-Control max-age=31536000
} }
``` ```