forked from kimbl/bigbluebutton
4 lines
110 B
Nginx Configuration File
4 lines
110 B
Nginx Configuration File
location /bbb-exporter {
|
|
proxy_pass http://prometheus-exporter:9688;
|
|
proxy_http_version 1.1;
|
|
} |