summarylogtreecommitdiffstats
path: root/Caddyfile
blob: 8df7097eb56500b575c6eab105a663adedf2c8c3 (plain)
1
2
3
4
5
6
7
8
9
# This is an example default caddy file that serves static files
#
# Refer to the Caddy docs for more information:
# https://caddyserver.com/docs/

:80 {
	root * /usr/share/caddy
	file_server
}