Added app path to caddyfile

This commit is contained in:
2025-01-24 15:54:09 +00:00
parent f6e22a77d6
commit 7ed1b674e5

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