From b1f02069c4a23a58c2a230f4f4e4c67cd1bc0cb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Aug 2017 13:07:28 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index a87b6d3e..61bc3b1a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -795,6 +795,15 @@ legacyWebSites = propertyList "legacy web sites" $ props , "# Redirect all to joeyh.name." , "rewriterule (.*) http://joeyh.name$1 [r]" ] + & alias "homepower.joeyh.name" + & apacheSite "homepower.joeyh.name" + [ "DocumentRoot /srv/web/homepower.joeyh.name" + , "" + , " Options Indexes ExecCGI" + , " AllowOverride None" + , Apache.allowAll + , "" + ] where kitenetcfg = -- /var/www is empty -- cgit v1.2.3