Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #244 from Jahia/PAAS-1536-fix-healthcheck-url
Browse files Browse the repository at this point in the history
PAAS-1536: Fix healthcheck URL
  • Loading branch information
laurentfufu authored Apr 7, 2021
2 parents b5ab8bf + 9256b63 commit 3e7ec48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/haproxy-10-jahia.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backend bk_jahia
mode http
cookie JSESSIONID prefix nocache
balance roundrobin
option httpchk GET "/healthcheck?token=${jahia_cfg_healthcheck_token}"
option httpchk GET "/modules/healthcheck?token=${jahia_cfg_healthcheck_token}"
http-check expect rstring ^{.+\"status\":\"(GREEN|YELLOW)\"}$
compression algo gzip
compression type text/plain text/css text/js text/xml text/javascript application/javascript application/json application/xml application/rss image/svg text/html
Expand Down
2 changes: 1 addition & 1 deletion configs/haproxy-11-proc.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backend proc
mode http
cookie JSESSIONID prefix nocache
option httpchk GET "/healthcheck?token=${jahia_cfg_healthcheck_token}"
option httpchk GET "/modules/healthcheck?token=${jahia_cfg_healthcheck_token}"
http-check expect rstring ^{.+\"status\":\"(GREEN|YELLOW)\"}$
compression algo gzip
compression type text/plain text/css text/js text/xml text/javascript application/javascript application/json application/xml application/rss image/svg text/html
Expand Down

0 comments on commit 3e7ec48

Please sign in to comment.