aboutsummaryrefslogblamecommitdiffstats
path: root/roles/cgit/templates/httpd.conf.j2
blob: 0220f90528becc4028d217e4ea0ff47a78b4caa9 (plain) (tree)
1
2
3
4


                    
                                                                         










                                          
# managed by Ansible

server "cgit" {
	listen on "{{ cgit_listen_address }}" port {{ cgit_listen_port }}

	# cgit
	location "/cgit.*" {
		root "/cgit"
		no fastcgi
	}

	# fastcgi
	root "/cgi-bin/cgit.cgi"
	fastcgi socket "/run/slowcgi.sock"
}
remember that computers suck.