Files
uncloud/docs/Caddyfile
T

10 lines
106 B
Caddyfile

{
admin off
}
:8000 {
root * /usr/share/caddy
file_server
try_files {path} /index.html
}