From 6eb35523c755a7b24926a541be69207396c102f7 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Wed, 21 May 2025 20:49:24 +0200 Subject: [PATCH] music: Remove bobdsp --- snippets/music-nginx.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/snippets/music-nginx.j2 b/snippets/music-nginx.j2 index d179b23..8ef1c12 100644 --- a/snippets/music-nginx.j2 +++ b/snippets/music-nginx.j2 @@ -32,11 +32,6 @@ location ~ ^/trollibox/(.+/listen)$ { proxy_read_timeout 7d; } -location /bobdsp/ { - proxy_pass http://[::1]:8081/; - include proxy_params; -} - location /vis/ { allow all; proxy_pass http://[::1]:13378/;