Files
iform-invenio/caddy/production/Caddyfile
2025-06-03 13:04:34 +01:00

14 lines
163 B
Caddyfile

{
admin off
}
invenio.i-form.ie {
handle_path /static/* {
root * /var/www/
file_server
}
reverse_proxy invenio-rdm:5000
encode gzip
}