diff --git a/test-compose/www/container_files/httpd/grouper-www.conf b/test-compose/www/container_files/httpd/grouper-www.conf index fb22e1c..58bc126 100644 --- a/test-compose/www/container_files/httpd/grouper-www.conf +++ b/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