forked from Lainports/freebsd-ports
* Sorted USES section to better comply with PHB * Changed custom etc dir to ETCDIR, added note in UPDATING * Sorted and enhanced option section * Added a guacd sample file * Added NLS knob Changelog: https://guacamole.incubator.apache.org/releases/0.9.13-incubating Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11816
17 lines
311 B
Text
17 lines
311 B
Text
#
|
|
# guacd.conf example
|
|
#
|
|
|
|
[daemon]
|
|
# Possible log_level variables are:
|
|
# trace, debug, info, warning, and error
|
|
# Default is info
|
|
log_level = info
|
|
|
|
[server]
|
|
bind_host = localhost
|
|
bind_port = 4822
|
|
|
|
[ssl]
|
|
#server_certificate = /usr/local/etc/ssl/certs/guacd.crt
|
|
#server_key = /usr/local/etc/ssl/private/guacd.key
|