Skip to content

Commit

Permalink
chore(readme): add exemplary configuration for Caddy v2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Oct 10, 2024
1 parent de73f23 commit dc6aebe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ location /whiteboard/ {
}
```

#### Caddy v2

```
handle_path /whiteboard/* {
reverse_proxy http://127.0.0.1:3002
}
```

## Storage Strategies and Scaling

The whiteboard application supports two storage strategies: LRU (Least Recently Used) cache and Redis. Each strategy has its own characteristics and is suitable for different deployment scenarios.
Expand Down

0 comments on commit dc6aebe

Please sign in to comment.