Skip to content

Commit

Permalink
Merge pull request #136 from evantorre/master
Browse files Browse the repository at this point in the history
Changed nginx site configuration instructions for node_exporter
  • Loading branch information
greenstatic authored Nov 13, 2024
2 parents 62a96c3 + 9627f01 commit 7bdc598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/node_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bdc598

Please sign in to comment.