mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-01-29 13:32:27 +00:00
Added app path to caddyfile
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
@landing {
|
||||
path / /contact* /about*
|
||||
}
|
||||
handle /_app/* {
|
||||
reverse_proxy site:3000
|
||||
}
|
||||
handle @landing {
|
||||
reverse_proxy site:3000 {
|
||||
health_uri /health
|
||||
|
||||
Reference in New Issue
Block a user