Added app path to caddyfile

This commit is contained in:
2025-01-24 15:54:09 +00:00
parent 8525b3e8cc
commit cc5967a4ff

View File

@@ -12,6 +12,9 @@
@landing {
path / /contact* /about*
}
handle /_app/* {
reverse_proxy site:3000
}
handle @landing {
reverse_proxy site:3000 {
health_uri /health