Skip to content

Commit

Permalink
Add note on HTTP caching
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Dec 11, 2020
1 parent 45c64df commit 1f328bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Builds of the latest code:

## Basic Operation

The executable will read user/connection information from the `DATABASE_URL` and connect to the database, exposing all functions and tables the database user has read and execute permissions on.

For **production deployment**, place an HTTP proxy caching layer (eg [Varnish](https://varnish-cache.org/)) in between the tile server and clients to reduce database load and increase application performance.

### Linux/OSX

```sh
Expand Down

0 comments on commit 1f328bb

Please sign in to comment.