Remove old proxifyed route

This commit is contained in:
Oliver Hattshire 2026-01-24 06:47:18 -03:00
parent d68151811e
commit 049b7f3bee

View file

@ -184,8 +184,5 @@ http {
location / { location / {
try_files $uri $uri/ /index.php$request_uri; try_files $uri $uri/ /index.php$request_uri;
} }
location /simliveradio {
proxy_pass http://simliveradio.stream.laut.fm/simliveradio;
}
} }
} }