9 lines
105 B
Caddyfile
9 lines
105 B
Caddyfile
|
http://127.0.0.1:2113
|
||
|
|
||
|
log {
|
||
|
format json
|
||
|
output file /var/log/caddy/caddy.log
|
||
|
}
|
||
|
|
||
|
respond "hello world"
|