diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 14:45:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 14:45:18 -0400 |
| commit | 0b9879942fa5d00b8329fc3ebc14563de3d9fbf8 (patch) | |
| tree | b926ab8c2d3685790f3cfedd4248cd6491827554 | |
| parent | 96f07ef513f6447baec8f66d52d4490ef627a588 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 4b98fe0b..0594fe54 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -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>" , "" |
