From 427b993d2419f14330fb00790182dde243ca1f7f Mon Sep 17 00:00:00 2001 From: Murtadha Date: Fri, 14 Nov 2025 12:21:12 -0500 Subject: [PATCH] v0.13.1 Allow apps from host machine to reach nvinx metrics --- nginx.conf | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1db31c5..e246858 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,6 +22,7 @@ http { # adjust these to match where Prometheus / exporter lives allow 127.0.0.1; # localhost + allow 10.0.0.2; # allow 172.17.0.0/16; # example Docker bridge subnet deny all; } diff --git a/version.txt b/version.txt index 54d1a4f..c317a91 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.13.0 +0.13.1