aboutsummaryrefslogblamecommitdiffstats
path: root/roles/cgit/files/httpd.conf
blob: 238acf0b4b5913fe5c6eb341326b6baa57269ff8 (plain) (tree)



















                                            

# httpd ~~ /etc/httpd.conf
# managed by Ansible

server "default" {
	listen on * port 1234
	root "/htdocs/stagit"

	location match "style.css" {
		request rewrite "/style.css"
	}

	location match "logo.png" {
		request rewrite "/logo.png"
	}

	location match "favicon.png" {
		request rewrite "/logo.png"
	}
}
remember that computers suck.