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
e4151924
Commit
e4151924
authored
May 29, 2019
by
ale
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-proxy' into 'master'
Fix proxy See merge request
!25
parents
44e7866f
d4f4eccc
Pipeline
#3192
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
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 @
e4151924
...
...
@@ -3,10 +3,10 @@
# Dedicate a bit of memory to buffering data. Setting
# proxy_buffer_size too small can have bad interactions with the proxy
# cache (the entire response headers should fit in the proxy_buffer).
#proxy_buffer_size 16k;
#proxy_buffers 8 4k;
#proxy_busy_buffers_size 32k;
proxy_buffering
on
;
proxy_buffers
4
16
k
;
proxy_buffer_size
16
k
;
proxy_busy_buffers_size
16
k
;
# Do not buffer body of requests.
proxy_request_buffering
off
;
...
...
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