new: Made the Cache-Control headers fully configurable

This commit is contained in:
SinTan1729
2024-05-31 20:30:09 -05:00
parent 69fc25a264
commit 96495b037d
3 changed files with 14 additions and 12 deletions

View File

@@ -36,9 +36,10 @@ services:
# delete, or listing), change the following option to Enable.
# - public_mode=Disable
# By default, the server sends `no-cache` and `private` Cache-Control
# headers. To disable those, change the following option to Disable.
# - cache_control_header=Enable
# By default, the server sends no Cache-Control headers. You can supply a
# comma separated list of valid header as per RFC 7234 §5.2 to send those
# headers instead.
# - cache_control_header=no-cache, private
volumes:
- db:/urls.sqlite
networks: