diff --git a/frankenphp/Caddyfile b/frankenphp/Caddyfile index 997774b3..809c0583 100644 --- a/frankenphp/Caddyfile +++ b/frankenphp/Caddyfile @@ -44,9 +44,14 @@ # Disable Topics tracking if not enabled explicitly: https://github.com/jkarlin/topics header ?Permissions-Policy "browsing-topics=()" - @phpRoute not file {path} + @phpRoute { + not file {path} + not path /.well-known/mercure + } rewrite @phpRoute index.php + @frontController path index.php php @frontController + file_server }