Skip to content

Commit

Permalink
Merge branch 'main' of ../private
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-devops committed Sep 29, 2024
2 parents 83a2f35 + 04944af commit 3571fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/rootfs/etc/haproxy/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ listen stats # Define a listen section called "stats"
listen healthcheck
bind *:${LUNAR_HEALTHCHECK_PORT}
mode http
log-format '{ "timestamp":%Ts%ms, "duration":%Ta, "method":%HM, "uri":%HU, "request_headers":%hr, "response_headers":%hs, "path":%HP, "status_code":%ST }'
log-format '{ "timestamp":%Ts%ms, "duration":%Ta, "method":"%HM", "uri":"%HU", "url":"%[dst]%HU", "request_headers":"%hr", "response_headers":"%hs", "path":"%HP", "status_code":%ST }'


acl path_healthcheck path /healthcheck
Expand Down

0 comments on commit 3571fec

Please # to comment.