mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-02-28 11:08:04 +00:00
Streamlined dev vs prod config management
This commit is contained in:
14
caddy/development/Caddyfile
Normal file
14
caddy/development/Caddyfile
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
debug
|
||||
auto_https off
|
||||
local_certs
|
||||
}
|
||||
|
||||
localhost {
|
||||
reverse_proxy invenio-rdm:5000
|
||||
encode gzip
|
||||
log {
|
||||
format console
|
||||
level DEBUG
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user