aboutsummaryrefslogblamecommitdiffstats
path: root/roles/cgit/files/httpd.conf
blob: 313776ebf890180c5784261efdd3ee1bcb85be84 (plain) (tree)
1
2
3
4

                    

                                                













                                            
# managed by Ansible

server "{{ cgit__domain_name }}" {
	listen on * port {{ cgit__listen_port }}
	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.