Skip to content

Commit

Permalink
fix: increase fastcgi buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 13, 2023
1 parent d163937 commit 6d5f0ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ http {

include fastcgi.conf;
fastcgi_pass unix:/run/php-fpm.sock;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

internal;
}
}
Expand Down

0 comments on commit 6d5f0ce

Please sign in to comment.