9
src/Caddyfile
Normal file
9
src/Caddyfile
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
frankenphp
|
||||
order php_server before file_server
|
||||
}
|
||||
http://localhost:8205 {
|
||||
root ./public
|
||||
try_files {uri} {uri}.php
|
||||
php_server
|
||||
}
|
||||
Reference in New Issue
Block a user