Skip to content

Commit c416784

Browse files
committed
chore: disable access logs for healthcheck endpoint
1 parent 34da52a commit c416784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Disable access logs for healthcheck endpoint
2+
location = /up {
3+
access_log off;
4+
}

0 commit comments

Comments
 (0)