aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: 9ebd88710c7b969632e9069378e08f6559a6812c (plain)
1
2
3
4
5
6
7
8
9
10
:8081 {
	root * /home/shimo/repos/portfolio/
	templates {
		mime text/html
	}
	file_server {
		disable_canonical_uris
	}
	header Cache-Control "no-store"
}