Skip to content

Commit

Permalink
GRP-2764: duplicate rewrite rules in grouper-www and ssl-enabled conf
Browse files Browse the repository at this point in the history
files
  • Loading branch information
mchyzer committed May 7, 2020
1 parent c9054a6 commit 8ba39b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions container_files/httpd/grouper-www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ __GROUPERWS_PROXY_PASS__ProxyPass /grouper-ws __THE_AJP_URL__ timeout=2400
__GROUPERSCIM_PROXY_PASS__ProxyPass /grouper-ws-scim __THE_AJP_URL__ timeout=2400

__GROUPER_PROXY_PASS__RewriteEngine on
__GROUPER_PROXY_PASS__RewriteCond %{REQUEST_URI} "^/$"
__GROUPER_PROXY_PASS__RewriteRule . %{REQUEST_SCHEME}://%{HTTP_HOST}/grouper/ [R=301,L]
__GROUPER_PROXY_PASS__RewriteRule "^/$" "/grouper/" [R]

2 changes: 0 additions & 2 deletions container_files/httpd/ssl-enabled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ SSLStaplingCache shmcb:/var/run/ocsp(128000)

Listen 443 https
<VirtualHost *:443>
RewriteEngine on
RewriteRule "^/$" "/grouper/" [R]

SSLEngine on
SSLCertificateChainFile /etc/pki/tls/certs/cachain.pem
Expand Down

0 comments on commit 8ba39b2

Please sign in to comment.