aboutsummaryrefslogtreecommitdiff
path: root/httpd.conf
blob: fc8128e84ef319b3f50f82b456215e704fa256bb (plain)
1
2
3
4
5
6
7
chroot "/home/sebastiano/git/sebastiano.tronto.net"

server "localhost" {
	listen on * port 8080
	root "/http"
	no log
}

Generated with cgit - Back to sebastiano.tronto.net