summaryrefslogtreecommitdiffstats
path: root/httpd.conf
blob: c02b4f0c4803bcd02fefe2baea4aeb8938a0fc89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
server "rgoncalves.se" {
	listen on * port 80
	root "/htdocs/rgoncalves.se"

	location "/public/*" {
		directory auto index
	}

	location "/semester_*/*" {
		directory auto index
	}
}

types {
	text/css		css
	text/html		html htm
	text/plain		txt pgp
	image/gif		gif
	image/jpeg		jpeg jpg
	image/png		png
}

remember that computers suck.