mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 04:15:04 -04:00
Simplify FrankenPHP config snippet
This commit is contained in:
parent
987dfb603f
commit
7c89c3e85f
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue