summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2017-03-08 14:14:48 -0400
committerJoey Hess2017-03-08 14:14:48 -0400
commit75d47168dc4e0cbe67d1a2f0223a43f2a45da06d (patch)
tree616665729c7962405059f866445ead117a317c65 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parenta50b512564cf4a586106a649cb28f66180bb5564 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index c84644cb..28246dfe 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -262,7 +262,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props
, " Options Indexes ExecCGI FollowSymlinks"
, " AllowOverride None"
, " AddHandler cgi-script .cgi"
- , " DirectoryIndex cgit.cgi"
+ , " DirectoryIndex index.cgi"
, Apache.allowAll
, " </Directory>"
, ""