Skip to content

Commit

Permalink
Merge pull request #1150 from reedy/patch-8
Browse files Browse the repository at this point in the history
nginx: Increase PHP fastcgi buffers
  • Loading branch information
jpatokal committed Feb 28, 2023
2 parents 42f6580 + 79e4908 commit e1b6612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/openflights
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_buffers 16 32k;
fastcgi_buffer_size 64k;
fastcgi_busy_buffers_size 64k;
}

location /banner/ {
Expand Down

0 comments on commit e1b6612

Please sign in to comment.