mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 09:58:32 -05:00
Add gzip to Caddy
This commit is contained in:
@@ -113,6 +113,12 @@ Lastly, edit your Caddy config as needed:
|
||||
|
||||
<YOUR FQDN HERE (ex. dawarich.example.com)> {
|
||||
reverse_proxy dawarich_app:3000
|
||||
|
||||
encode gzip {
|
||||
match {
|
||||
content_type application/json
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user