We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c838baa commit a7c1172Copy full SHA for a7c1172
tools/reverse-proxy/default.conf
@@ -13,7 +13,7 @@ server {
13
# }
14
15
# Healthcheck endpoint
16
- location /healthcheck {
+ location /ops/healthcheck {
17
access_log off;
18
return 200 "healthy\n";
19
add_header Content-Type text/plain;
0 commit comments