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:
parent
ab715cab3a
commit
b58892ebbb
1 changed files with 1 additions and 0 deletions
1
app.psgi
1
app.psgi
|
@ -54,6 +54,7 @@ builder {
|
|||
};
|
||||
|
||||
enable 'ReverseProxy';
|
||||
enable '+Koha::Middleware::UserEnv';
|
||||
enable '+Koha::Middleware::SetEnv';
|
||||
enable '+Koha::Middleware::RealIP';
|
||||
|
||||
|
|
Loading…
Reference in a new issue