Skip to content

Commit 244af22

Browse files
resolve merge conflict: keep version 0.1.0 for image rename reset
2 parents 211d384 + d422d97 commit 244af22

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)