diff options
Diffstat (limited to 'entrypoint.sh')
| -rw-r--r-- | entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 5375491..73cce7e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,6 +12,7 @@ export CGITRC_SNAPSHOTS="${CGITRC_SNAPSHOTS:-"tar.gz"}" export HOSTNAME="${HOSTNAME:-"$(hostname -f)"}" export HTTPD_GROUP="${HTTPD_GROUP:-"1000"}" export HTTPD_LISTEN_PORT="${HTTPD_LISTEN_PORT:-"80"}" +export HTTPD_PROXY_PROTOCOL="${HTTPD_PROXY_PROTOCOL:-"off"}" export HTTPD_USER="${HTTPD_USER:-"1000"}" # Output debugging info |
