mastus: tt-rss: update to changes in nixpkgs
This commit is contained in:
parent
cb029f8442
commit
6b38997f8e
@ -18,6 +18,8 @@
|
||||
enable = true;
|
||||
user = "ttrss";
|
||||
|
||||
pool = "ttrss";
|
||||
|
||||
database = {
|
||||
type = "pgsql";
|
||||
host = "localhost";
|
||||
@ -35,10 +37,9 @@
|
||||
log_level = notice
|
||||
'';
|
||||
|
||||
pools = {
|
||||
ttrss = {
|
||||
listen = "9000";
|
||||
extraConfig = ''
|
||||
poolConfigs = {
|
||||
ttrss = ''
|
||||
listen = 9000
|
||||
user = ttrss
|
||||
pm = dynamic
|
||||
pm.max_children = 75
|
||||
@ -47,8 +48,7 @@
|
||||
pm.max_spare_servers = 20
|
||||
pm.max_requests = 500
|
||||
catch_workers_output = 1
|
||||
'';
|
||||
};
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user