Skip to content

Commit

Permalink
readme: no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 13, 2021
1 parent 9330c0b commit 88a43a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,18 @@ You can change the colors as you like, by creating
If there are other changes you would like to make, PRs to make the
styling easier to override are welcome.

### Nginx Config

We mark absolutely everything as uncachable, because at least for now
that's easier than managing it and the savings from proper caching are
tiny.

In /etc/nginx/sites-available/default add:

```
add_header Cache-Control no-cache;
```

### Uploader Configuration

To support people uploading backing tracks, in `/etc/systemd/system/`
Expand Down

0 comments on commit 88a43a1

Please sign in to comment.