Files
iform-invenio/env/production/caddy/Caddyfile

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
}