16 lines
372 B
Bash
16 lines
372 B
Bash
# https://static-web-server.net/configuration/environment-variables/
|
|
|
|
PUID=3053
|
|
PGID=3052
|
|
TZ=Africa/Johannesburg
|
|
|
|
# listing of directories
|
|
SERVER_DIRECTORY_LISTING=true
|
|
|
|
# log level: possible values are error, warn, info, debug or trace
|
|
SERVER_LOG_LEVEL=info
|
|
|
|
# location of website root
|
|
SERVER_ROOT=/data/wwwroot
|
|
|
|
SERVER_INDEX_FILES="index.html, index.htm, default.html" |