diff options
author | Simon Rettberg | 2024-10-22 11:57:56 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-22 11:57:56 +0200 |
commit | e57d6f41c9be9d59eb37801dcb663943837e5190 (patch) | |
tree | 48302de64c14210b519edfe0add159b607482048 /shib_secondary/remote/110-bwlp-passthrough.conf | |
parent | [SSPS] slx-cron: Run as www-data (diff) | |
download | setup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.tar.gz setup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.tar.xz setup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.zip |
[shib_secondary] Redirect http-thrift
Diffstat (limited to 'shib_secondary/remote/110-bwlp-passthrough.conf')
-rw-r--r-- | shib_secondary/remote/110-bwlp-passthrough.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shib_secondary/remote/110-bwlp-passthrough.conf b/shib_secondary/remote/110-bwlp-passthrough.conf index 2a6cdba..ebb0367 100644 --- a/shib_secondary/remote/110-bwlp-passthrough.conf +++ b/shib_secondary/remote/110-bwlp-passthrough.conf @@ -30,7 +30,7 @@ Alias /shibboleth-sp/logo.jpg /usr/share/shibboleth/logo.jpg SSLProxyEngine on - <LocationMatch ^/(webif/|netboot/|minilinux/|rpc/|Shibboleth\.sso/|error_report.php)(.*)$> + <LocationMatch ^/(webif/|netboot/|minilinux/|rpc/|Shibboleth\.sso/|thrift/|error_report.php)(.*)$> ProxyPassMatch "https://%DOMAIN%/$1$2" connectiontimeout=5 timeout=30 max=10 </LocationMatch> |