deployment: Add rules_access_dashboard to new rules
This commit is contained in:
parent
fc51f2f272
commit
19b010a49c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user