diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:07:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:07:28 -0400 |
| commit | b1f02069c4a23a58c2a230f4f4e4c67cd1bc0cb3 (patch) | |
| tree | e9cec15d2db41d3736e466f04dcc85d2f3e65cd0 /src | |
| parent | 3c6c78962033321e891f2d183a6e18475e0d5b01 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 9 |
1 files changed, 9 insertions, 0 deletions
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" + , "<Directory /srv/web/homepower.joeyh.name>" + , " Options Indexes ExecCGI" + , " AllowOverride None" + , Apache.allowAll + , "</Directory>" + ] where kitenetcfg = -- /var/www is empty |
