aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: 02ba6afeac93578749fe816c7abeb31c83967c31 (plain)
1
2
3
4
5
6
localhost {
    encode gzip
    root * .
    try_files {path} /index.html
    file_server
}