diff options
Diffstat (limited to 'shib_secondary/remote/110-bwlp-active.conf')
-rw-r--r-- | shib_secondary/remote/110-bwlp-active.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shib_secondary/remote/110-bwlp-active.conf b/shib_secondary/remote/110-bwlp-active.conf index 590fc4f..299d5d6 100644 --- a/shib_secondary/remote/110-bwlp-active.conf +++ b/shib_secondary/remote/110-bwlp-active.conf @@ -35,6 +35,11 @@ require valid-user </Location> + <Location /thrift> + ProxyPass "http://127.0.0.1:8090/" connectiontimeout=5 timeout=30 max=5 + ProxyPassReverse "http://127.0.0.1:8090/" + </Location> + # optional (Metadata-Access at entityID-URL) Redirect seeother /shibboleth /Shibboleth.sso/Metadata RedirectMatch /start-session$ /Shibboleth.sso/Login |