docs: Expand install into multiple pages; add example to header docs

This commit is contained in:
Matthew Holt 2020-05-07 13:02:47 -06:00
parent a03de998ef
commit d3c420e5f2
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
9 changed files with 162 additions and 72 deletions

View file

@ -65,4 +65,13 @@ header {
# keep referrer data off of HTTP connections
Referrer-Policy no-referrer-when-downgrade
}
```
```
Multiple header directives that are intended to be mutually-exclusive:
```
route {
header Cache-Control max=age=3600
header /static/* Cache-Control max=age=31536000
}
```