12 lines
195 B
Caddyfile
Executable file
12 lines
195 B
Caddyfile
Executable file
{
|
|
admin "unix//run/caddy/admin.socket"
|
|
}
|
|
|
|
// http://127.0.0.1 http://0.0.0.0 http://{system.hostname} {
|
|
root * /srv/http
|
|
file_server {
|
|
browse /etc/caddy/browse_template.html
|
|
hide \.*
|
|
}
|
|
}
|