Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
put in normal root to grouper redirect
chubing committed Oct 24, 2017
1 parent 1a2e6b9 commit 27b4d1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test-compose/www/container_files/httpd/grouper-www.conf
@@ -3,9 +3,10 @@
ProxyTimeout 2400
ProxyBadHeader Ignore

RewriteEngine on
RewriteRule "^/$" "/grouper/" [R]

ProxyPass /Shibboleth.sso !
Alias /logout.action /var/www/cgi-bin/logout.php
ProxyPass /logout.action !
ProxyPass / ajp://ui:8009/ timeout=2400

<Location />

0 comments on commit 27b4d1a

Please sign in to comment.