deployment: Add rules_access_dashboard to new rules

pull/630/head
cruizba 2021-05-11 14:51:12 +02:00
parent fc51f2f272
commit 19b010a49c
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
}
location ~ ^/openvidu/elasticsearch$ {
allow all;
{rules_access_dashboard}
deny all;
rewrite ^/openvidu/elasticsearch$ / break;
@ -32,7 +32,7 @@
location ~ ^/openvidu/elasticsearch/.*$ {
allow all;
{rules_access_dashboard}
deny all;
rewrite ^/openvidu/elasticsearch(.*)$ $1 break;