diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 10:54:21 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 10:54:21 -0400 |
| commit | 78bbd860c608368185d3ddc010393c07734b4ec0 (patch) | |
| tree | 8491e127222189b934c7de2f895c9c369e296466 /src | |
| parent | 321a0bdef6c34c250af8c893290747e6e3e628c3 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6409cac8..2394eb29 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -691,8 +691,8 @@ legacyWebSites = propertyList "legacy web sites" , 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>" + , "DocumentRoot /srv/web/www.creeksidepress.com" + , "<Directory /srv/web/www.creeksidepress.com>" , " Options FollowSymLinks" , " AllowOverride None" , Apache.allowAll |
