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";
|
||||
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
|
||||
listenAddresses = [ "100.67.2.1" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
bluetooth
|
||||
ccache
|
||||
corectrl
|
||||
docker
|
||||
flatpak
|
||||
greetd
|
||||
gui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue