Skip to content

Commit 0f23af4

Browse files
committed
enable healthcheck for reverse-proxy
1 parent 87850f7 commit 0f23af4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/reverse-proxy/default.conf.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ server {
1212

1313
# Exact match for /ops/healthcheck (highest priority)
1414
location = /ops/healthcheck {
15-
access_log off;
1615
return 200 "healthy\n";
1716
add_header Content-Type text/plain;
1817
}
@@ -37,7 +36,6 @@ server {
3736

3837
# Exact match for /ops/healthcheck (highest priority)
3938
location = /ops/healthcheck {
40-
access_log off;
4139
return 200 "healthy\n";
4240
add_header Content-Type text/plain;
4341
}

0 commit comments

Comments
 (0)