From 1dd1ffd83e8f3b4c1d3ae0f31f287d9f81dc28df Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 26 May 2023 23:03:52 +0400 Subject: [PATCH] Changed icecast port in nginx.conf to 8001. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index b18ee46..d85726d 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -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; }