truenas-docker/static-web-server/.static-web-server.env
2025-12-02 13:08:52 +02:00

16 lines
387 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"