Skip to content
Snippets Groups Projects
Verified Commit 7b68cbc8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nginx-system): Adjust proxy buffer size

This patch fixes the nginx error messages:

```
Nginx upstream sent too big header while reading response header from upstream
```

Taking some numbers from nixCraft:

https://www.cyberciti.biz/faq/nginx-upstream-sent-too-big-header-while-reading-response-header-from-upstream/
parent bc18a961
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ spec:
hsts-max-age: "63072000"
enable-brotli: "true"
use-http2: "true"
proxy-buffers-size: 512k
proxy-buffers-number: 8
## Allows customization of the tcp-services-configmap
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment