v0.13.1 Allow apps from host machine to reach nvinx metrics
This commit is contained in:
parent
5f4154982a
commit
427b993d24
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue