mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
10 lines
92 B
Caddyfile
10 lines
92 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
root * /usr/share/caddy
|
|
encode gzip
|
|
file_server
|
|
}
|