Compare commits
2 commits
37f271bed8
...
e98a71cd1e
| Author | SHA1 | Date | |
|---|---|---|---|
| e98a71cd1e | |||
| 6fc74bd778 |
2 changed files with 8 additions and 0 deletions
|
|
@ -41,6 +41,13 @@
|
||||||
proxyPass = "http://${client4}:9200";
|
proxyPass = "http://${client4}:9200";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
proxy_read_timeout 3600s;
|
||||||
|
proxy_send_timeout 3600s;
|
||||||
|
keepalive_requests 100000;
|
||||||
|
keepalive_timeout 5m;
|
||||||
|
http2_max_concurrent_streams 512;
|
||||||
|
'';
|
||||||
# TODO: hardcoded address
|
# TODO: hardcoded address
|
||||||
listenAddresses = [ "100.67.2.1" ];
|
listenAddresses = [ "100.67.2.1" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
bluetooth
|
bluetooth
|
||||||
ccache
|
ccache
|
||||||
corectrl
|
corectrl
|
||||||
|
docker
|
||||||
flatpak
|
flatpak
|
||||||
greetd
|
greetd
|
||||||
gui
|
gui
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue