propellor spin
This commit is contained in:
parent
96f07ef513
commit
0b9879942f
|
@ -47,7 +47,7 @@ gitServer hosts = propertyList "git.kitenet.net setup"
|
|||
, File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf"
|
||||
, toProp $ Git.daemonRunning "/srv/git"
|
||||
, "/etc/gitweb.conf" `File.containsLines`
|
||||
[ "$projectroot = 'srv/git';"
|
||||
[ "$projectroot = '/srv/git';"
|
||||
, "@git_base_url_list = ('git://git.kitenet.net', 'http://git.kitenet.net/git', 'ssh://git.kitenet.net/srv/git');"
|
||||
, "# disable snapshot download; overloads server"
|
||||
, "$feature{'snapshot'}{'default'} = [];"
|
||||
|
@ -75,6 +75,7 @@ gitapacheconf hn =
|
|||
, " <Directory /srv/web/git.kitenet.net/>"
|
||||
, " Options Indexes ExecCGI FollowSymlinks"
|
||||
, " AllowOverride None"
|
||||
, " AddHandler cgi-script .cgi"
|
||||
, " DirectoryIndex index.cgi"
|
||||
, " </Directory>"
|
||||
, ""
|
||||
|
|
Loading…
Reference in New Issue