diff --git a/deploy/client-cms.Caddyfile b/deploy/client-cms.Caddyfile index dfdd65a..64bd8bd 100644 --- a/deploy/client-cms.Caddyfile +++ b/deploy/client-cms.Caddyfile @@ -1,6 +1,9 @@ :3000 { root * /srv encode zstd gzip - try_files {path} /index.html - file_server + + handle_path /app/* { + try_files {path} /index.html + file_server + } }