diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 10:52:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 10:52:26 -0400 |
| commit | 321a0bdef6c34c250af8c893290747e6e3e628c3 (patch) | |
| tree | d5d0861a68849bccaac1580048f5d0b43c0e857f /src | |
| parent | 660f77c28fe11534139e8d9ecda2d573921fa8dd (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 51d3d60c..6409cac8 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -688,6 +688,16 @@ legacyWebSites = propertyList "legacy web sites" , Apache.allowAll , "</Directory>" ] + , alias "creeksidepress.com" + , toProp $ Apache.siteEnabled "creeksidepress.com" $ apachecfg "creeksidepress.com" False + [ "ServerAlias www.creeksidepress.com" + , "DocumentRoot /srv/web/creeksidepress.com" + , "<Directory /srv/web/creeksidepress.com>" + , " Options FollowSymLinks" + , " AllowOverride None" + , Apache.allowAll + , "</Directory>" + ] , alias "joey.kitenet.net" , toProp $ Apache.siteEnabled "joey.kitenet.net" $ apachecfg "joey.kitenet.net" False [ "DocumentRoot /home/joey/html" |
