From 5da44165a4ea8afe27b0b30acfc70948b414b4df Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 29 Apr 2021 16:02:48 +0200 Subject: [PATCH] Use new reverse proxy settings --- abra.sh | 2 +- app.ini.tmpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 5fd21ee..b153cf2 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export APP_INI_VERSION=v6 +export APP_INI_VERSION=v7 export DOCKER_SETUP_SH_VERSION=v1 diff --git a/app.ini.tmpl b/app.ini.tmpl index 82dd588..c3a80c9 100644 --- a/app.ini.tmpl +++ b/app.ini.tmpl @@ -35,6 +35,8 @@ START_SSH_SERVER = true [security] INSTALL_LOCK = true INTERNAL_TOKEN = {{ secret "internal_token" }} +REVERSE_PROXY_LIMIT = 1 +REVERSE_PROXY_TRUSTED_PROXIES = * SECRET_KEY = {{ secret "secret_key" }} [oauth2]