diff options
author | Simon Rettberg | 2024-06-10 14:19:02 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-06-10 14:19:02 +0200 |
commit | 62384ccbfc830ae129bfd62611a9c075f6eb702c (patch) | |
tree | 041bb652e4938b705e4c71c862c05c45df9f6f6c /shib_secondary | |
parent | [shib_secondary] Tool to deploy a secondary masterserver as fallback (diff) | |
download | setup-scripts-62384ccbfc830ae129bfd62611a9c075f6eb702c.tar.gz setup-scripts-62384ccbfc830ae129bfd62611a9c075f6eb702c.tar.xz setup-scripts-62384ccbfc830ae129bfd62611a9c075f6eb702c.zip |
[shib_secondary] -/
Diffstat (limited to 'shib_secondary')
-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 807d8f8..2a6cdba 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/|error_report.php)(.*)$> ProxyPassMatch "https://%DOMAIN%/$1$2" connectiontimeout=5 timeout=30 max=10 </LocationMatch> |