Mercurial > hg > rlgwebd
comparison rlgwebd.conf @ 208:f06f2d1a5035
Fix possibly insecure permissions on the control socket.
The server's control socket is now in a private directory.
author | John "Elwin" Edwards |
---|---|
date | Sat, 28 Jan 2017 09:57:31 -0500 |
parents | a200b313870d |
children |
comparison
equal
deleted
inserted
replaced
207:ffe22d88bea1 | 208:f06f2d1a5035 |
---|---|
1 # Configuration file for RLGWebD | 1 # Configuration file for RLGWebD |
2 # Install in /etc | 2 # Install in /etc |
3 | 3 |
4 # These values are set by default: | 4 # These values are set by default: |
5 # Location of the socket for start/stop commands | 5 # Location of the socket for start/stop commands |
6 #control_socket = /var/run/rlgwebd.sock | 6 #control_socket = /var/run/rlgwebd/rlgwebd.sock |
7 # Port number to bind | 7 # Port number to bind |
8 #port = 8080 | 8 #port = 8080 |
9 # Path to the dgamelaunch installation to chroot into | 9 # Path to the dgamelaunch installation to chroot into |
10 # If you change this, change the Makefile too | 10 # If you change this, change the Makefile too |
11 #chrootDir = /var/dgl/ | 11 #chrootDir = /var/dgl/ |