/etc/yaws/conf.avail/yaws-chat.conf is in yaws-chat 2.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Configuration file for yaws-chat
# This the path to a directory where chat
# beam code is placed. The daemon will add this
# directory to its search path
ebin_dir = /usr/lib/yaws-chat/ebin
# Edit the following virtual server definition to
# enable chat server.
#<server chat>
# port = 8080
# listen = 0.0.0.0
# docroot = /usr/share/yaws-chat/www
#</server>
|