Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/reverse-proxy/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ server {

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

# Exact match for /ops/healthcheck (highest priority)
location = /ops/healthcheck {
access_log off;
return 200 "healthy\n";
add_header Content-Type text/plain;
}
Expand Down