summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-05 18:13:26 -0500
committerMicah Anderson <micah@riseup.net>2012-11-05 18:13:26 -0500
commit6fad804981dd059f2de3d18b1cb53af05a736f75 (patch)
tree99b73f1d5331111215985c9a8dafca02599532b9 /README
parent29840e4cf94a072fea6bfb0037b29a4f8f67bcdc (diff)
add the ability to disable the 0-default.conf and 0-default_ssl.conf virtual
hosts by setting the $apache_no_default_site variable
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ad87919..0619850 100644
--- a/README
+++ b/README
@@ -48,6 +48,10 @@ You can install the ITK worker model to enforce stronger, per-user security:
You can combine SSL support and the ITK worker model by including both classes.
+If you do not want the 0-default.conf and 0-default_ssl.conf virtualhosts
+automatically created, then simply set $apache_no_default_site = true in your
+node configuration.
+
Configuring Apache
------------------