Bug 36149: Add userenv middleware to app.psgi

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Julian Maurice 2024-04-09 14:45:39 +02:00 committed by Tomas Cohen Arazi
parent ab715cab3a
commit b58892ebbb
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -54,6 +54,7 @@ builder {
};
enable 'ReverseProxy';
enable '+Koha::Middleware::UserEnv';
enable '+Koha::Middleware::SetEnv';
enable '+Koha::Middleware::RealIP';