fix: koillection not serving big collections

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

View file

@ -9179,6 +9179,11 @@ To get other URLs (token, etc.), use https://<kanidmDomain>/oauth2/openid/<clien
locations = {
"/" = {
proxyPass = "http://${serviceName}";
extraConfig = ''
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
'';
};
};
};