mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-05-31 07:26:00 +02:00
4 lines
100 B
Nginx Configuration File
4 lines
100 B
Nginx Configuration File
location /bbb-exporter {
|
|
proxy_pass http://10.7.7.33:9688;
|
|
proxy_http_version 1.1;
|
|
} |