Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
float
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
float
Commits
dd609e0e
Commit
dd609e0e
authored
Jun 01, 2019
by
sub
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maybe is not gonna fail now, since float has been patched for deb apt
parent
8e138b50
Pipeline
#3239
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
roles/nginx/templates/config/conf.d/proxy.conf
roles/nginx/templates/config/conf.d/proxy.conf
+3
-3
No files found.
roles/nginx/templates/config/conf.d/proxy.conf
View file @
dd609e0e
...
...
@@ -4,9 +4,9 @@
# proxy_buffer_size too small can have bad interactions with the proxy
# cache (the entire response headers should fit in the proxy_buffer).
proxy_buffering
on
;
proxy_buffers
4
16
k
;
proxy_buffer_size
16
k
;
proxy_busy_buffers_size
16
k
;
proxy_buffers
4
24
k
;
proxy_buffer_size
24
k
;
proxy_busy_buffers_size
24
k
;
# Do not buffer body of requests.
proxy_request_buffering
off
;
...
...
subvertao
@subvertao
mentioned in commit
3708ca4e
·
Jun 02, 2019
mentioned in commit
3708ca4e
mentioned in commit 3708ca4e2b0d5981c79fa9a2e010119ec0cdce9c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment