Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions frankenphp/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}

root * /app/public
root /app/public
encode zstd br gzip

mercure {
Expand All @@ -44,5 +44,9 @@
# Disable Topics tracking if not enabled explicitly: https://github.com/jkarlin/topics
header ?Permissions-Policy "browsing-topics=()"

php_server
@phpRoute not file {path}
rewrite @phpRoute index.php
@frontController path index.php
php @frontController
file_server
}