mirror of https://github.com/OpenVidu/openvidu.git
Update new_api_pro.conf
parent
df799bfb2e
commit
5d354f1f0e
|
@ -44,3 +44,9 @@
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass http://openviduserver;
|
proxy_pass http://openviduserver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /openvidu/virtual-background {
|
||||||
|
{rules_acess_api}
|
||||||
|
deny all;
|
||||||
|
proxy_pass http://openviduserver;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue