From 31bdf7b7f2ef4b72fd42e7cd74650ccbb2b94252 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 5 Jan 2021 17:29:10 -0700 Subject: [PATCH] fix(CONFIG): change healthcheck port --- build/config/health.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/health.conf b/build/config/health.conf index 0b25b97..ab5319a 100644 --- a/build/config/health.conf +++ b/build/config/health.conf @@ -3,7 +3,7 @@ # server { - listen 80 default_server; + listen 9000 default_server; server_name _; location /nginx_status {