14 lines
221 B
Caddyfile
14 lines
221 B
Caddyfile
:3000 {
|
|
route {
|
|
handle /health {
|
|
respond "OK" 200
|
|
}
|
|
|
|
handle {
|
|
root * /usr/share/caddy
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|
|
}
|
|
}
|