diff --git a/test-compose/www/container_files/httpd/grouper-www.conf b/test-compose/www/container_files/httpd/grouper-www.conf index 58bc126..d6d01b3 100644 --- a/test-compose/www/container_files/httpd/grouper-www.conf +++ b/test-compose/www/container_files/httpd/grouper-www.conf @@ -3,8 +3,7 @@ ProxyTimeout 2400 ProxyBadHeader Ignore - RewriteEngine on - RewriteRule "^/$" "/grouper/" [R] + ProxyPass /Shibboleth.sso ! ProxyPass / ajp://ui:8009/ timeout=2400 @@ -32,6 +31,9 @@ Listen 443 https + RewriteEngine on + RewriteRule "^/$" "/grouper/" [R] + SSLEngine on SSLCertificateChainFile /etc/pki/tls/certs/comodo.cer