From 317e7459c9dd5cfe5668469b710e1040a7ecbf74 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 9 Apr 2024 14:45:39 +0200 Subject: [PATCH] Bug 36149: Add userenv middleware to app.psgi MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Kyle M Hall (cherry picked from commit 5cca1bdcd67a1a8fc8b0bb2aa6c666cccdb49fbb) Signed-off-by: Fridolin Somers (cherry picked from commit 57b1c90e19e913e86e66fb1aa295950cba91985f) Signed-off-by: Frédéric Demians --- app.psgi | 1 + 1 file changed, 1 insertion(+) diff --git a/app.psgi b/app.psgi index 0824a3ebc6..b91000eaf9 100644 --- a/app.psgi +++ b/app.psgi @@ -54,6 +54,7 @@ builder { }; enable 'ReverseProxy'; + enable '+Koha::Middleware::UserEnv'; enable '+Koha::Middleware::SetEnv'; enable '+Koha::Middleware::RealIP'; -- 2.39.5