Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
ea16b7fd
Commit
ea16b7fd
authored
4 months ago
by
Matthias Feyll
Browse files
Options
Downloads
Patches
Plain Diff
(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
,
!1195
UI: implement add device functionality
,
!1167
Ui refactor style
,
!1161
Ui refactor style
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
react-ui/docker/webserver/nginx.conf
+2
-2
2 additions, 2 deletions
react-ui/docker/webserver/nginx.conf
with
2 additions
and
2 deletions
react-ui/docker/webserver/nginx.conf
+
2
−
2
View file @
ea16b7fd
...
@@ -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
1
k
;
client_header_buffer_size
8
k
;
client_max_body_size
8m
;
client_max_body_size
8m
;
large_client_header_buffers
2
1
k
;
large_client_header_buffers
4
8
k
;
# File descriptor cache
# File descriptor cache
open_file_cache
max=2000
inactive=20s
;
open_file_cache
max=2000
inactive=20s
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment