Skip to content

Commit

Permalink
Merge pull request #74 from richbowen/patch-1
Browse files Browse the repository at this point in the history
Update laravel.mdx
  • Loading branch information
andrasbacsai authored Nov 28, 2024
2 parents 66b57c0 + 7229037 commit a9d43e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/applications/laravel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ http {
server {
# ...
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
+ fastcgi_buffer_size 8k;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
include $!{nginx}/conf/fastcgi_params;
Expand Down

0 comments on commit a9d43e9

Please sign in to comment.