Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update grouper-www.conf
chubing committed May 15, 2019
1 parent d246509 commit c23674d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions container_files/httpd/grouper-www.conf
@@ -7,6 +7,11 @@ ProxyPass /grouper ajp://localhost:8009/grouper timeout=2400
ProxyPass /grouper-ws ajp://localhost:8009/grouper-ws timeout=2400
ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper-ws-scim timeout=2400

RewriteEngine on

RewriteCond %{REQUEST_URI} "^/$"
RewriteRule . %{REQUEST_SCHEME}://%{HTTP_HOST}/grouper/ [R=301,L]

<Location /grouper>
AuthType shibboleth
ShibRequestSetting requireSession 1

0 comments on commit c23674d

Please sign in to comment.