Skip to content

Commit

Permalink
Disable wait-to-retry for reverse proxy
Browse files Browse the repository at this point in the history
Health check running too early was causing test failures.
  • Loading branch information
mederly committed Sep 28, 2018
1 parent cb2154a commit 57683c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container_files/httpd/conf/midpoint.conf.auth.internal
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore

ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400
ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 retry=0
2 changes: 1 addition & 1 deletion container_files/httpd/conf/midpoint.conf.auth.shibboleth
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore

ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400
ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 retry=0

<Location /midpoint>
AuthType shibboleth
Expand Down

0 comments on commit 57683c7

Please sign in to comment.