Files
iform-invenio/env/production/caddy/Caddyfile
T
2025-06-05 14:39:05 +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
}