mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-11 17:30:50 +01:00
4 lines
95 B
Nginx Configuration File
4 lines
95 B
Nginx Configuration File
location /metrics {
|
|
proxy_pass http://10.7.7.33:9688;
|
|
proxy_http_version 1.1;
|
|
} |