1
0

In nginx.conf fixed location path.

This commit is contained in:
Alexander Andreev 2023-10-08 22:51:38 +04:00
parent 27affc5e73
commit c8e1176d8d
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -36,7 +36,7 @@ server {
deny all;
}
location /api/listener {
location /api/listener/icecast {
allow 127.0.0.1;
allow 192.168.144.2;
deny all;