1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update config.sh

This commit is contained in:
niansa 2018-07-15 08:22:32 +00:00
parent 9f90ed22e9
commit 671678c573

View file

@ -1,7 +1,7 @@
#! /bin/bash
# The web server is running under this user (requires to start the socat script as root!)
suuser="nobody"
# The web server is running under this user (requires to start the socat script as root!). This option may be empty
suuser=""
# Here is the webroot (homefolder for the website)
FILES="/var/www/html/"