mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[GH-ISSUE #9] [emerg] "fastcgi_busy_buffers_size" must be less than the size of all "fastcgi_buffers" minus one buffer #9
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asimzeeshan on GitHub (Nov 25, 2012).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/9
I get this when I add the nginx changes as described https://github.com/telephone/LookingGlass#nginx
my php.conf file
@telephone commented on GitHub (Nov 25, 2012):
The error states the issue.
fastcgi_busy_buffers_sizeis larger thanfastcgi_buffers.Try decreasing
fastcgi_busy_buffers_sizeto below 127k (As the error pointed out, at least 1k belowfastcgi_buffers).^ I'm unsure if this will work... Therefore I'd recommend following the edit below.
EDIT:
As I mentioned in the README, I recommend NOT adding those pre-configured settings to your existing PHP config as they're not optimal for normal usage.
Instead, I'd create a new
location ~ \.php$ {block for the host file pointing to the looking glass (therefore removing the existing PHP config include).Here's an example from my LG: