Files
iform-invenio/env/development/caddy/Caddyfile
Cian Hughes 7868d55185 Fixed linking
It was a stupid janky allowed hosts issue all along
2025-06-06 17:18:05 +01:00

19 lines
272 B
Caddyfile

{
debug
}
localhost {
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
log {
format console
level DEBUG
}
}