Update plugins.conf example file for mod_welcome.so
This commit is contained in:
parent
2ebd916992
commit
b0a8c3251b
|
@ -9,6 +9,11 @@ plugin /var/lib/uhub/mod_auth_sqlite.so "file=/etc/uhub/users.db"
|
|||
# file={/path/to/logfile}
|
||||
plugin /var/lib/uhub/mod_logging.so "file=/var/log/uhub.log"
|
||||
|
||||
|
||||
# Plugin display MOTD \ Rules
|
||||
# motd={path/to/motdfile} rules={/path/to/rulesfile}
|
||||
plugin /var/lib/uhub/mod_welcome.so "motd=/etc/uhub/motd.txt rules=/etc/uhub/rules.txt"
|
||||
|
||||
#
|
||||
# plugin /var/lib/uhub/mod_auth_simple.so
|
||||
|
||||
|
|
Loading…
Reference in New Issue