We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028ed7e commit 6b5a607Copy full SHA for 6b5a607
docker/Caddyfile
@@ -15,10 +15,7 @@
15
16
file_server
17
18
- # FrankenPHP replaces php-fpm + fastcgi with an in-process PHP runtime.
19
- # When we later want Laravel "worker mode", we can extend this block with
20
- # FrankenPHP worker directives (often via Laravel Octane).
21
php_server {
22
- worker ./public/index.php
+ try_files {path} index.php
23
}
24
0 commit comments