freebsd-ports/net/guacamole-server/files/guacd.conf.sample
Richard Gallamore d92a546599 * Updated to 0.9.13
* 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
2017-08-03 20:26:27 +00:00

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