From c3f8bb37354326038a78095b758a7f2bfe70347c Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 13 Apr 2016 10:19:09 +0000 Subject: [PATCH] Fix default address typo in health README --- middleware/health/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/health/README.md b/middleware/health/README.md index 3bfb5bb5f..af3b2ddd4 100644 --- a/middleware/health/README.md +++ b/middleware/health/README.md @@ -2,7 +2,7 @@ This module enables a simple health check. -By default it will listen on port 9180. +By default it will listen on port 8080. Restarting CoreDNS will stop the health checking. This is a bug. Also [this upstream Caddy bug](https://github.com/mholt/caddy/issues/675).