fix: koillection not serving big collections

This commit is contained in:
Leon Schwarzäugl 2025-07-20 16:01:19 +02:00
parent c7134b6374
commit d774ab8c42
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 10 additions and 0 deletions

View file

@ -119,6 +119,11 @@ in
locations = {
"/" = {
proxyPass = "http://${serviceName}";
extraConfig = ''
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
'';
};
};
};