Update new_api_pro.conf

pull/722/head
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
1 changed files with 7 additions and 1 deletions

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;
}