Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Oct 23, 2017
1 parent 9c0bf44 commit 6a89b04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ If you need an introduction to HTTP Caching, I highly recommend [this article](h


### Fastly Setup

```
UPPER_DRIVER=fastly
FASTLY_API_TOKEN=<REPLACE-ME>
FASTLY_SERVICE_ID=<REPLACE-ME>
```

### KeyCDN Setup

```
UPPER_DRIVER=keycdn
KEYCDN_API_KEY=<REPLACE-ME>
Expand All @@ -40,6 +43,7 @@ KEYCDN_ZONE_ID=<REPLACE-ME>
```

### Varnish Setup

```
UPPER_DRIVER=varnish
VARNISH_URL=<REPLACE-ME>
Expand All @@ -48,6 +52,7 @@ VARNISH_URL=<REPLACE-ME>
### Tuning

With `Cache-Control` headers you can disabled caching for certain templates:

```
{% header "Cache-Control: private, no-cache" %}
```
Expand Down

0 comments on commit 6a89b04

Please sign in to comment.