l radio news: don't expose htgen directly

This commit is contained in:
lassulus 2022-05-25 17:44:56 +02:00
parent d9b09371ec
commit e92a58fe0f

View File

@ -80,10 +80,6 @@ in
};
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp --dport 7999"; target = "ACCEPT"; }
];
services.nginx.virtualHosts."radio-news.r" = {
locations."/" = {
proxyPass = "http://localhost:7999";