From 53b8ffa43c8bf41ca27c81b85338914fc7f0c751 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:52:16 +0100 Subject: [PATCH] Update conf/nginx_status.conf: __NGINX_STATUS_PORT__ -> __PORT_NGINX_STATUS__ --- conf/nginx_status.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx_status.conf b/conf/nginx_status.conf index ed93672..85c2957 100644 --- a/conf/nginx_status.conf +++ b/conf/nginx_status.conf @@ -1,6 +1,6 @@ server { - listen __NGINX_STATUS_PORT__; - listen [::]:__NGINX_STATUS_PORT__; + listen __PORT_NGINX_STATUS__; + listen [::]:__PORT_NGINX_STATUS__; access_log /var/log/nginx/localhost-nginx_status_monitorix.lan-access.log; error_log /var/log/nginx/localhost-nginx_status_monitorix.lan-error.log;