1
0
Fork 0

fix(nix): configure freshrss

This commit is contained in:
Lucas Sta Maria 2025-08-29 23:28:23 +08:00
parent 6089144711
commit a6eb206550
Signed by: lucas
GPG key ID: F07FB16A826E3B47
5 changed files with 32 additions and 0 deletions

View file

@ -106,6 +106,14 @@
'';
locations."/".proxyPass = "http://localhost:3000";
};
"localhost:8040" = {
listen = [
{
addr = "0.0.0.0";
port = 8040;
}
];
};
};
};
}