Skip to content

Commit

Permalink
Merge pull request #213 from nextcloud/chore/readme/add-caddy-config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 14, 2024
2 parents d12572c + dc6aebe commit d7f051a
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 @@ -109,6 +109,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 d7f051a

Please sign in to comment.