mirror of https://github.com/OpenVidu/openvidu.git
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
![]() |
location /nginx_status {
|
||
|
stub_status;
|
||
|
allow 127.0.0.1; #only allow requests from localhost
|
||
|
deny all; #deny all other hosts
|
||
|
}
|