aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-02-05 16:19:23 +0100
committerBadlop <badlop@process-one.net>2013-02-05 16:20:14 +0100
commit3f939314093eb707456a6c869ab5084b65c6ff1d (patch)
tree887b6c3dd85ca9a47fd2194550d0819137ccf9f5 /doc/guide.tex
parentFix issue with ejabberd_xmlrpc user auth and SCRAM (diff)
New mod_muc_log option file_permissions (EJAB-1588)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 35821d538..71f88ee82 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3434,6 +3434,10 @@ Options:
\term{html} stores in HTML format,
\term{plaintext} stores in plain text.
The default value is \term{html}.
+\titem{\{file\_permissions, \{Mode, Group\}\}}\ind{options!file\_permissions}
+ Define the permissions that must be used when creating the log files:
+ the number of the mode, and the numeric id of the group that will own the files.
+ The default value is \term{\{644, 33\}}.
\titem{\{outdir, Path\}}\ind{options!outdir}
This option sets the full path to the directory in which the HTML files should
be stored. Make sure the \ejabberd{} daemon user has write access on that
@@ -3500,6 +3504,8 @@ Examples:
{access_log, muc_log},
{cssfile, false},
{dirtype, subdirs},
+ {dirtype, subdirs},
+ {file_permissions, {644, 33}},
{outdir, "/var/www/muclogs"},
{timezone, local}
]},