Skip to content
Snippets Groups Projects
Commit ea16b7fd authored by Matthias Feyll's avatar Matthias Feyll
Browse files

(ui): increase nginx buffer size

parent 4585c77d
No related branches found
No related tags found
4 merge requests!1196[renovate] Update module golang.org/x/net to v0.32.0,!1195UI: implement add device functionality,!1167Ui refactor style,!1161Ui refactor style
...@@ -25,9 +25,9 @@ http { ...@@ -25,9 +25,9 @@ http {
# Buffer size settings # Buffer size settings
client_body_buffer_size 10K; client_body_buffer_size 10K;
client_header_buffer_size 1k; client_header_buffer_size 8k;
client_max_body_size 8m; client_max_body_size 8m;
large_client_header_buffers 2 1k; large_client_header_buffers 4 8k;
# File descriptor cache # File descriptor cache
open_file_cache max=2000 inactive=20s; open_file_cache max=2000 inactive=20s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment