Skip to content

Commit a7c1172

Browse files
committed
config bugs
1 parent c838baa commit a7c1172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/reverse-proxy/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
# }
1414

1515
# Healthcheck endpoint
16-
location /healthcheck {
16+
location /ops/healthcheck {
1717
access_log off;
1818
return 200 "healthy\n";
1919
add_header Content-Type text/plain;

0 commit comments

Comments
 (0)