From 049b7f3beea0df3b3d69c856c220f782bb1e2dd9 Mon Sep 17 00:00:00 2001 From: Hattshire Date: Sat, 24 Jan 2026 06:47:18 -0300 Subject: [PATCH] Remove old proxifyed route --- images/ngx/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/ngx/nginx.conf b/images/ngx/nginx.conf index 454b9b8..f213ba8 100644 --- a/images/ngx/nginx.conf +++ b/images/ngx/nginx.conf @@ -184,8 +184,5 @@ http { location / { try_files $uri $uri/ /index.php$request_uri; } - location /simliveradio { - proxy_pass http://simliveradio.stream.laut.fm/simliveradio; - } } }