summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
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 4eb2ad4f..61bc3b1a 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -796,7 +796,7 @@ legacyWebSites = propertyList "legacy web sites" $ props
, "rewriterule (.*) http://joeyh.name$1 [r]"
]
& alias "homepower.joeyh.name"
- & Apache.httpsVirtualHost' "homepower.joeyh.name" "/var/www" letos
+ & apacheSite "homepower.joeyh.name"
[ "DocumentRoot /srv/web/homepower.joeyh.name"
, "<Directory /srv/web/homepower.joeyh.name>"
, " Options Indexes ExecCGI"