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 87850f7 commit 0f23af4Copy full SHA for 0f23af4
tools/reverse-proxy/default.conf.template
@@ -12,7 +12,6 @@ server {
12
13
# Exact match for /ops/healthcheck (highest priority)
14
location = /ops/healthcheck {
15
- access_log off;
16
return 200 "healthy\n";
17
add_header Content-Type text/plain;
18
}
@@ -37,7 +36,6 @@ server {
37
36
38
39
40
41
42
43
0 commit comments