Simplify FrankenPHP config snippet

This commit is contained in:
Kévin Dunglas 2025-02-16 20:28:30 +01:00 committed by GitHub
parent 987dfb603f
commit 7c89c3e85f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@
{ {
# Enable FrankenPHP # Enable FrankenPHP
frankenphp frankenphp
order php_server before file_server
} }
example.com { example.com {
@ -17,4 +16,4 @@ example.com {
<script> <script>
window.$_('.ex-frankenphp code').classList.add('dark'); window.$_('.ex-frankenphp code').classList.add('dark');
</script> </script>