1
0

Changed icecast port in nginx.conf to 8001.

This commit is contained in:
Alexander Andreev 2023-05-26 23:03:52 +04:00
parent af5bafea5c
commit 1dd1ffd83e
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -52,7 +52,7 @@ server {
location / {
proxy_pass http://127.0.0.1:8000/;
proxy_pass http://127.0.0.1:8001/;
proxy_buffering off;
}