mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-23 04:41:58 +00:00
Updated caddy caching settings for development
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
localhost {
|
localhost {
|
||||||
reverse_proxy invenio-rdm:5000
|
reverse_proxy invenio-rdm:5000 {
|
||||||
|
header_down Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
||||||
|
header_down Pragma "no-cache"
|
||||||
|
header_down Expires "0"
|
||||||
|
}
|
||||||
encode gzip
|
encode gzip
|
||||||
log {
|
log {
|
||||||
format console
|
format console
|
||||||
|
|||||||
Reference in New Issue
Block a user