Update new_api_pro.conf

This commit is contained in:
Carlos Ruiz Ballesteros 2022-04-28 11:47:15 +02:00 committed by GitHub
parent df799bfb2e
commit 5d354f1f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,4 +43,10 @@
{rules_acess_api}
deny all;
proxy_pass http://openviduserver;
}
}
location /openvidu/virtual-background {
{rules_acess_api}
deny all;
proxy_pass http://openviduserver;
}