Compare commits

...

2 commits

Author SHA1 Message Date
e98a71cd1e
containers/garnet: config nginx to avoid errors
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
2026-06-13 22:12:32 +10:00
6fc74bd778
hosts/hyacinth: add docker 2026-06-13 22:10:19 +10:00
2 changed files with 8 additions and 0 deletions

View file

@ -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" ];
}; };

View file

@ -18,6 +18,7 @@
bluetooth bluetooth
ccache ccache
corectrl corectrl
docker
flatpak flatpak
greetd greetd
gui gui