Skip to content

Commit

Permalink
Increase Nginx fastcgi buffers (Docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo0205 authored and fguillot committed May 31, 2018
1 parent 4d7b4c5 commit b666948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ http {
server_tokens off;
access_log off;
error_log /dev/stderr;


fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

server {
listen 80;
listen 443 ssl;
Expand Down

0 comments on commit b666948

Please sign in to comment.