mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
13 lines
112 B
Caddyfile
13 lines
112 B
Caddyfile
{
|
|
debug
|
|
}
|
|
|
|
localhost {
|
|
reverse_proxy invenio-rdm:5000
|
|
encode gzip
|
|
log {
|
|
format console
|
|
level DEBUG
|
|
}
|
|
}
|