1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00

feat: stream meddl to radio.kierán.de

This commit is contained in:
2021-01-31 10:08:09 +01:00
parent 37e851cc50
commit 43fd4bbf19
3 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ in
};
};
services.nginx.virtualHosts."makanek.r".locations = {
services.nginx.virtualHosts."radio.xn--kiern-0qa.de".locations = {
"= /meddl.ogg".proxyPass = "http://127.0.0.1:${toString meddlPort}";
};
}