We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34da52a commit c416784Copy full SHA for c416784
common/etc/nginx/server-opts.d/healthcheck.conf
@@ -0,0 +1,4 @@
1
+# Disable access logs for healthcheck endpoint
2
+location = /up {
3
+ access_log off;
4
+}
0 commit comments