Skip to content

[FEAT] <remove buffer sizes in default.conf.sample> #59

@jdevrie

Description

@jdevrie

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions