web: enable external API
This commit is contained in:
@@ -25,10 +25,14 @@ server {
|
|||||||
alias /config/interface_config.js;
|
alias /config/interface_config.js;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location /external_api.js {
|
||||||
ssi on;
|
alias /usr/share/jitsi-meet/libs/external_api.min.js;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location / {
|
||||||
|
ssi on;
|
||||||
|
}
|
||||||
|
|
||||||
# BOSH
|
# BOSH
|
||||||
location /http-bind {
|
location /http-bind {
|
||||||
proxy_pass {{ .Env.XMPP_BOSH_URL_BASE }}/http-bind;
|
proxy_pass {{ .Env.XMPP_BOSH_URL_BASE }}/http-bind;
|
||||||
|
|||||||
Reference in New Issue
Block a user