propellor spin

This commit is contained in:
Joey Hess 2014-09-10 23:01:19 -04:00
parent d8367de73a
commit acd4638493
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -708,8 +708,8 @@ legacyWebSites = propertyList "legacy web sites"
] ]
, alias "joey.kitenet.net" , alias "joey.kitenet.net"
, toProp $ Apache.siteEnabled "joey.kitenet.net" $ apachecfg "joey.kitenet.net" False , toProp $ Apache.siteEnabled "joey.kitenet.net" $ apachecfg "joey.kitenet.net" False
[ "DocumentRoot /home/joey/html" [ "DocumentRoot /var/www"
, "<Directory /home/joey/html/>" , "<Directory /var/www/>"
, " Options Indexes ExecCGI" , " Options Indexes ExecCGI"
, " AllowOverride None" , " AllowOverride None"
, Apache.allowAll , Apache.allowAll