diff --git a/deploy/Caddyfile b/deploy/Caddyfile index f1119e6..fcef2e5 100644 --- a/deploy/Caddyfile +++ b/deploy/Caddyfile @@ -1,7 +1,8 @@ :80 { root * /usr/share/caddy file_server + try_files {path} /index.html # reverse_proxy /api/* {$BACKEND_URL} { # header_up host "{$BACKEND_HOST}" # } -} \ No newline at end of file +}