diff options
author | Badlop <badlop@process-one.net> | 2013-02-05 16:19:23 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2013-02-05 16:20:14 +0100 |
commit | 3f939314093eb707456a6c869ab5084b65c6ff1d (patch) | |
tree | 887b6c3dd85ca9a47fd2194550d0819137ccf9f5 /doc/guide.tex | |
parent | Fix 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.tex | 6 |
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} ]}, |