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