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:
parent
9f90ed22e9
commit
671678c573
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue