deployment: Do not use IP level deny for virtual background

pull/797/head
cruizba 2023-03-21 11:30:35 +01:00
parent c4dfbdb419
commit 94bb69c418
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@
} }
location /openvidu/virtual-background { location /openvidu/virtual-background {
{rules_acess_api} allow all;
deny all;
proxy_pass http://openviduserver; proxy_pass http://openviduserver;
} }