From 9627f01efd7003140a38c0256c88a24387c7ba3f Mon Sep 17 00:00:00 2001 From: Elliot Date: Wed, 13 Nov 2024 11:46:28 +0100 Subject: [PATCH] Changed nginx conf instructions for node_exporter --- docs/installation/node_exporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/node_exporter.md b/docs/installation/node_exporter.md index e6e4708..9e09b4d 100644 --- a/docs/installation/node_exporter.md +++ b/docs/installation/node_exporter.md @@ -42,8 +42,8 @@ sudo htpasswd /etc/nginx/.htpasswd monitoring ``` ### 4. Add Nginx site configuration -Add the location directive to your Nginx web server (`/etc/nginx/sites-available/bigbluebutton`) that will proxy traffic to -`127.0.0.1:9100`. +Add the location directive to your Nginx web server that will proxy traffic to `127.0.0.1:9100`. +To prevent the additional location directive from being deleted on Nginx upgrades, add it to the file you've created for the bbb exporter (`/etc/bigbluebutton/nginx/monitoring.nginx`). ```text # node_exporter metrics