docker-apps/static-web-server/stacks/.static-web-server.env
2025-04-03 22:57:52 +02:00

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"