mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Added app path to caddyfile
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
@landing {
|
@landing {
|
||||||
path / /contact* /about*
|
path / /contact* /about*
|
||||||
}
|
}
|
||||||
|
handle /_app/* {
|
||||||
|
reverse_proxy site:3000
|
||||||
|
}
|
||||||
handle @landing {
|
handle @landing {
|
||||||
reverse_proxy site:3000 {
|
reverse_proxy site:3000 {
|
||||||
health_uri /health
|
health_uri /health
|
||||||
|
|||||||
Reference in New Issue
Block a user