docs: Fix typo in header directive example

This commit is contained in:
Matthew Holt 2020-05-16 12:49:29 -06:00
parent 5f1bd6374f
commit 9594e4bc4b
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -72,6 +72,6 @@ Multiple header directives that are intended to be mutually-exclusive:
``` ```
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
} }
``` ```