2017-01-04 20:28:29 -05:00
|
|
|
# Configuration file for RLGWebD
|
|
|
|
|
# Install in /etc
|
|
|
|
|
|
|
|
|
|
# These values are set by default:
|
|
|
|
|
# Location of the socket for start/stop commands
|
2017-01-28 09:57:31 -05:00
|
|
|
#control_socket = /var/run/rlgwebd/rlgwebd.sock
|
2017-01-04 20:28:29 -05:00
|
|
|
# Port number to bind
|
2017-01-08 16:17:11 -05:00
|
|
|
#port = 8080
|
2017-01-04 20:28:29 -05:00
|
|
|
# Path to the dgamelaunch installation to chroot into
|
|
|
|
|
# If you change this, change the Makefile too
|
|
|
|
|
#chrootDir = /var/dgl/
|
|
|
|
|
# User account to drop to
|
|
|
|
|
#username = rodney
|
|
|
|
|
# Path within the chroot where static Web files are located
|
|
|
|
|
#static_root = /var/www/
|
|
|
|
|
|
|
|
|
|
# Domain name
|
|
|
|
|
domain_name = rlgallery.org
|
|
|
|
|
# SSL key and certs
|
|
|
|
|
keyfile = /etc/letsencrypt/live/rlgallery.org/privkey.pem
|
|
|
|
|
certfile = /etc/letsencrypt/live/rlgallery.org/cert.pem
|
|
|
|
|
cafile = /etc/letsencrypt/live/rlgallery.org/chain.pem
|