caddy-log-exporter/test/integration/Caddyfile

9 lines
105 B
Caddyfile
Raw Permalink Normal View History

http://127.0.0.1:2113
log {
format json
output file /var/log/caddy/caddy.log
}
respond "hello world"