dunglas / frankenphp

🧟 The modern PHP app server
https://frankenphp.dev
MIT License
6.96k stars 244 forks source link

docs: Add order directive in Caddyfile config #1094

Closed kitro closed 1 month ago

kitro commented 1 month ago

Fix directive 'php_server' is not an ordered HTTP handler

dunglas commented 1 month ago

You're using an old version of FrankenPHP is you get this error. Please upgrade.

kitro commented 1 month ago

You're using an old version of FrankenPHP is you get this error. Please upgrade.

Right, I rebuild again using the last version, and it works without the order directive. Thanks!

FrankenPHP v1.2.5 PHP 8.2.24 Caddy v2.8.4 h1:q3pe0wpBj1OcHFZ3n/1nl4V4bxBrYoSoab7rL9BMYNk=

kitro commented 1 month ago

I pushed a small edit in the website, to remove this directive from examples. https://github.com/dunglas/frankenphp-website/pull/26