Files
docker-php-stack/host/frankenphp/conf/Caddyfile
T

12 lines
197 B
Caddyfile

{
auto_https disable_redirects
}
:80 {
root * {$FRANKENPHP_ROOT_PATH}
php_server {
resolve_root_symlink false
try_files {path} index.php
file_server off
}
}