Caddyfile 增加日志配置

This commit is contained in:
chenwj113 2024-05-14 13:21:32 +08:00
parent 3efe8b1f3a
commit 53d0029a33
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
:80 {
root * /app
log {
output stdout
format console
}
file_server
}