- ✨ Make the host header configurable, but fall back to
PROXY_URL
- 🔒 Add explicit
apk upgrade
step
- 🔒 Update packages
- ✨ Make cache validity duration for non 5XX responses configurable
- ♻️ Decrease cache timeout for 500s to 1 minute
- 💥 Introduce templating and more flexible caching options
-
Include esh (https://github.com/jirutka/esh) for templating
-
Add the option to configure a single subset of the routes differently So the following setups are possible:
- Secondary block (not exist / regex + with cache / regex + without cache)
- Main block (not cache at all / cache with params / cache without params)
-
- ✨ Add the option to remove query parameters from the cache key
- 🐛 Ignore Cache-Control and Set-Cookie headers when caching
- ✨ Enable caching with
$CACHE=true
- ✨ Configure the reverse proxy with
$PROXY_URL