Skip to content

Commit

Permalink
fixed ProxyPass
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 3, 2020
1 parent 472f75b commit bf692c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container_files/httpd/grouper-www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore

ProxyPass /grouper ajp://localhost:8009/grouperWebapp timeout=2400
ProxyPass /grouper-ws ajp://localhost:8009/grouperWebapp timeout=2400
ProxyPass /grouper-ws-scim ajp://localhost:8009/grouperWebapp timeout=2400
ProxyPass /grouper ajp://localhost:8009/grouper timeout=2400
ProxyPass /grouper-ws ajp://localhost:8009/grouper timeout=2400
ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper timeout=2400

RewriteEngine on
RewriteCond %{REQUEST_URI} "^/$"
Expand Down

0 comments on commit bf692c5

Please sign in to comment.