From 4c95441629165de9a72a4470e36c78c8fbeccc58 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 24 Oct 2017 18:56:51 -0400 Subject: [PATCH] Update grouper-www.conf --- test-compose/www/container_files/httpd/grouper-www.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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