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