Skip to content

Commit 6b5a607

Browse files
committed
worker mode WILL NOT work
1 parent 028ed7e commit 6b5a607

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/Caddyfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515

1616
file_server
1717

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).
2118
php_server {
22-
worker ./public/index.php
19+
try_files {path} index.php
2320
}
2421
}

0 commit comments

Comments
 (0)