propellor spin
This commit is contained in:
parent
d8367de73a
commit
acd4638493
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue