Skip to content

Commit

Permalink
Merge pull request #14 from docksal/develop
Browse files Browse the repository at this point in the history
Release v1.0.1-1
  • Loading branch information
lmakarov authored Mar 2, 2017
2 parents a77f84f + 1252608 commit 3ad368c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ http {
# Disable output response body bufferring
proxy_buffering off;
# Increase output response headers buffer size (this is separate from proxy_buffering, defaults to 4k)
proxy_buffer_size 16k;
proxy_buffer_size 8k;

# Fixes random issues with POST requests
# See https://github.com/dockerfile/nginx/issues/4#issuecomment-209440995
Expand Down

0 comments on commit 3ad368c

Please sign in to comment.