From 29fb4d4a9e0ab5a76768c99ce85648fa69424221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 28 May 2022 20:12:56 +0200 Subject: [PATCH] Fix reverse proxy authentication --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index 189ce97..542ab68 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -72,5 +72,5 @@ XORM = file [security] INSTALL_LOCK = true SECRET_KEY = __KEY__ -REVERSE_PROXY_AUTHENTICATION_USER = REMOTE_USER +REVERSE_PROXY_AUTHENTICATION_USER = REMOTE-USER REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128