index-page/Caddyfile

8 lines
100 B
Caddyfile

:80 {
root * /app
log {
output stdout
format console
}
file_server
}