Mercurial > hg > rlgwebd
annotate rlgwebd.conf @ 204:a200b313870d
Use either HTTP or HTTPS.
If HTTPS is enabled, RLGWebD will not use insecure HTTP.
author | John "Elwin" Edwards |
---|---|
date | Sun, 08 Jan 2017 16:17:11 -0500 |
parents | 7f25bb89b59c |
children | f06f2d1a5035 |
rev | line source |
---|---|
202
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
1 # Configuration file for RLGWebD |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
2 # Install in /etc |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
3 |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
4 # These values are set by default: |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
5 # Location of the socket for start/stop commands |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
6 #control_socket = /var/run/rlgwebd.sock |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
7 # Port number to bind |
204 | 8 #port = 8080 |
202
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
9 # Path to the dgamelaunch installation to chroot into |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
10 # If you change this, change the Makefile too |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
11 #chrootDir = /var/dgl/ |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
12 # User account to drop to |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
13 #username = rodney |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
14 # Path within the chroot where static Web files are located |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
15 #static_root = /var/www/ |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
16 |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
17 # Domain name |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
18 domain_name = rlgallery.org |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
19 # SSL key and certs |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
20 keyfile = /etc/letsencrypt/live/rlgallery.org/privkey.pem |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
21 certfile = /etc/letsencrypt/live/rlgallery.org/cert.pem |
7f25bb89b59c
Move RLGWebD configuration options into a configuration file.
John "Elwin" Edwards
parents:
diff
changeset
|
22 cafile = /etc/letsencrypt/live/rlgallery.org/chain.pem |