comparison rlgwebd.conf @ 202:7f25bb89b59c

Move RLGWebD configuration options into a configuration file. On startup, rlgwebd now reads /etc/rlgwebd.conf. If the options for HTTPS are not found, it will only use HTTP.
author John "Elwin" Edwards
date Wed, 04 Jan 2017 20:28:29 -0500
parents
children a200b313870d
comparison
equal deleted inserted replaced
201:f3843245a35e 202:7f25bb89b59c
1 # Configuration file for RLGWebD
2 # Install in /etc
3
4 # These values are set by default:
5 # Location of the socket for start/stop commands
6 #control_socket = /var/run/rlgwebd.sock
7 # Port number to bind
8 #http_port = 8080
9 # Port number for HTTPS
10 #https_port = 8081
11 # Path to the dgamelaunch installation to chroot into
12 # If you change this, change the Makefile too
13 #chrootDir = /var/dgl/
14 # User account to drop to
15 #username = rodney
16 # Path within the chroot where static Web files are located
17 #static_root = /var/www/
18
19 # Domain name
20 domain_name = rlgallery.org
21 # SSL key and certs
22 keyfile = /etc/letsencrypt/live/rlgallery.org/privkey.pem
23 certfile = /etc/letsencrypt/live/rlgallery.org/cert.pem
24 cafile = /etc/letsencrypt/live/rlgallery.org/chain.pem