diff mod_muc_log_http.wiki @ 222:646476e373af

Remove Host "*" references (thanks egon)
author MWild1
date Sun, 25 Sep 2011 20:35:06 +0000
parents 2b79ecd3ece6
children 8b4e2a05f450
line wrap: on
line diff
--- a/mod_muc_log_http.wiki	Thu Sep 22 19:53:20 2011 +0000
+++ b/mod_muc_log_http.wiki	Sun Sep 25 20:35:06 2011 +0000
@@ -11,10 +11,9 @@
 
 = Configuration Details =
 
-You need to add muc_log_http to your global modules_enabled, and the configuration options similarly must be put into your Host "`*`" section.
+You need to add muc_log_http to your global modules_enabled, and the configuration options similarly must be put into your global (server-wide) options section:
 
 {{{
-Host "*"
    modules_enabled = {
        .....
        "muc_log_http";