mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
14 lines
163 B
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
|
|
}
|