frankenphp

This commit is contained in:
2026-01-15 04:32:49 +07:00
parent e4e1aa04ac
commit a21a62c483
9 changed files with 111 additions and 14 deletions

6
Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
:80 {
root * /var/www/public
php_server {
index index.php
}
}