aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: cd506162d78af540cfc8df03da84b9b86c71dc00 (plain)
1
2
3
4
5
6
7
8
9
localhost {
    root * .
    encode gzip
    file_server
    templates
    try_files {path}.html {path}
    redir /content content/
    rewrite /content/* content/index.html
}