From ff4984b21cce36865b76a8b5968c43c6ef1f0141 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 31 Jan 2023 21:51:25 -0500 Subject: [PATCH] simplify nginx status path --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2923f42..7159115 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -173,7 +173,7 @@ http { root /var/empty; - location = /nginx_status { + location = / { stub_status; access_log off; }