8 lines
66 B
Caddyfile
8 lines
66 B
Caddyfile
http://localhost:9876 {
|
|
log {
|
|
output stdout
|
|
}
|
|
|
|
respond 200
|
|
}
|