Changed icecast port in nginx.conf to 8001.
This commit is contained in:
parent
af5bafea5c
commit
1dd1ffd83e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user