summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-30 20:48:30 -0400
committerJoey Hess2016-03-30 20:48:30 -0400
commit170a4ad8f4341757e2cc3d64cf2bd18d849ab178 (patch)
tree74b2e9251dd8f3d124338a33bfa8ef881d4c69c3 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent1755835c5cae7e0771512b137dd06fb29a8b940b (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 227f0131..74413a3f 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -253,14 +253,14 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props
& Apache.modEnabled "cgi"
where
sshkey = "/root/.ssh/git.kitenet.net.key"
- website hn = apacheSite hn True
- [ " DocumentRoot /srv/web/git.kitenet.net/"
+ website hn = Apache.httpsVirtualHost' hn "/srv/web/git.kitenet.net/" letos
+ [ Apache.iconDir
, " <Directory /srv/web/git.kitenet.net/>"
, " Options Indexes ExecCGI FollowSymlinks"
, " AllowOverride None"
, " AddHandler cgi-script .cgi"
, " DirectoryIndex index.cgi"
- , Apache.allowAll
+ , Apache.allowAll
, " </Directory>"
, ""
, " ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/"