blob: 2403a82be334890d95bb6aca385c066b8e187f83 (
plain)
- # XMPP MUC service (publicly logged)
- #
- # * logfiles are not created public readable - fix with this cronjob:
- # /etc/local-COMMON/ejabberd/cron.hourly/local-ejabberd-muc-publish
- #
- # Example Apache2 snippet:
- # Alias /logs /var/www/vhosts/www-ejabberd/conference
- # <Location /logs>
- # Options Indexes
- # DirectoryIndex index.html
- # </Location>
- #
- # Depends: ejabberd-mod-muc-log-http
- modules:
- mod_muc_log:
- outdir: "/var/lib/ejabberd/logs"
- mod_muc_log_http: {}
|