aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: 27b58a46e03a595ad335091fa482fcc03470fad0 (plain)
1
2
3
4
5
6
7
:8080

try_files {path}.xml {path}.html
file_server {
    index index.xml index.html
    root static
}