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

12 lines
189 B
Caddyfile

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