Add Auth0, partial support
This commit is contained in:
9
src/Caddyfile
Normal file
9
src/Caddyfile
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
frankenphp
|
||||
order php_server before file_server
|
||||
}
|
||||
http://localhost:3000 {
|
||||
root * ./public
|
||||
try_files {path} {path}.php
|
||||
php_server
|
||||
}
|
||||
Reference in New Issue
Block a user