Files
php/caddy/7.4/Caddyfile
李东云 9479b2a5f9
All checks were successful
continuous-integration/drone Build is passing
init: 🎉 初始化了仓库和 7.4-caddy
2022-05-10 20:18:20 +08:00

17 lines
269 B
Caddyfile

localhost
root * /app/public
# https://caddyserver.com/docs/caddyfile/directives/php_fastcgi
php_fastcgi localhost:9000 {
try_files {path} {path}/index.php =404
}
file_server
handle_errors {
root * /etc/caddy/error
rewrite * /error.html
templates
file_server
}