summaryrefslogtreecommitdiff
path: root/html/Caddyfile
blob: 9f95a91824d2d1d9f1e1b1f9ca09bbd20de92f5d (plain)
1
2
3
4
5
6
:1111 {
	root .
	try_files {path}.html # elaborate urls by appending .html if needed
	encode gzip
	file_server
}