fix: keycloak nginx buffer size #44

Merged
b12f merged 1 commit from fix/keycloak-nginx-buffer-size into main 2023-11-03 17:12:24 +00:00
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@
"/" = {
extraConfig = ''
proxy_pass http://127.0.0.1:8080;
proxy_buffer_size 8k;
'';
};
};

View file

@ -19,6 +19,10 @@ in {
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
appendHttpConfig = ''
# https://nginx.org/en/docs/hash.html
proxy_headers_hash_max_size 1024;
'';
};
security.acme = {