-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is this a new feature request?
- I have searched the existing issues
Wanted change
The change that was made in change #58 #58 that increased the standard buffer size for request responses is better removed. Alex Justesen just fixed the code that created this problem. He moved the session data from the cookie to the database. Therefore headers have been shrunk to fit within the default buffer size of nginx again.
Leaving this fix in the code moves problem determination up the chain to a reverse proxy where it is harder to tackle.
So removing this code keeps any error messages in the nginx error log of the docker container.
Reason for change
see text above
Proposed code change
remove lines 39 and 40:
fastcgi_buffers 16 4k;
fastcgi_buffer_size 16k;
from /nginx/site-conf/default.conf.sample
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Issues