docker/mod/nginx/bbb/bbb-exporter.nginx

4 lines
95 B
Plaintext
Raw Normal View History

2020-08-27 10:46:16 +02:00
location /metrics {
proxy_pass http://10.7.7.33:9688;
proxy_http_version 1.1;
}