summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 61bc3b1a..4eb2ad4f 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"
- & apacheSite "homepower.joeyh.name"
+ & Apache.httpsVirtualHost' "homepower.joeyh.name" "/var/www" letos
[ "DocumentRoot /srv/web/homepower.joeyh.name"
, "<Directory /srv/web/homepower.joeyh.name>"
, " Options Indexes ExecCGI"