mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 12:41:56 +00:00
12 lines
183 B
Caddyfile
12 lines
183 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
invenio.i-form.ie {
|
|
root /static/* /opt/invenio/var/instance/static
|
|
try_files {path} {path}/ /index.html
|
|
reverse_proxy invenio-rdm:5000
|
|
file_server
|
|
encode gzip
|
|
}
|