fix(nix): configure freshrss
This commit is contained in:
parent
6089144711
commit
3788404a65
5 changed files with 31 additions and 0 deletions
|
@ -106,6 +106,14 @@
|
|||
'';
|
||||
locations."/".proxyPass = "http://localhost:3000";
|
||||
};
|
||||
"localhost:8040" = {
|
||||
listen = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 8040;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue