[GH-ISSUE #2022] Proxy Buffer Size edit/update #1463

Closed
opened 2026-02-26 07:31:10 +03:00 by kerem · 2 comments
Owner

Originally created by @kaushikray1 on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2022

Hello,

First of all thank you for all your hardwork and support.

I use Mailcow email server behind NPM for about last 2 years with no issue. After the last update of Mailcow this April they require bigger cash size for the proxy host.

https://github.com/mailcow/mailcow-dockerized/issues/4537#issuecomment-1090126628

https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rp/#nginx

please help me how can I change this either in GUI or by updating config files.

Thank you.

Originally created by @kaushikray1 on GitHub (Apr 21, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2022 Hello, First of all thank you for all your hardwork and support. I use Mailcow email server behind NPM for about last 2 years with no issue. After the last update of Mailcow this April they require bigger cash size for the proxy host. https://github.com/mailcow/mailcow-dockerized/issues/4537#issuecomment-1090126628 https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rp/#nginx please help me how can I change this either in GUI or by updating config files. Thank you.
kerem closed this issue 2026-02-26 07:31:10 +03:00
Author
Owner

@SuperGaleb commented on GitHub (Apr 28, 2022):

I also had same problem. Added in NPM Advanced:

proxy_buffer_size 128k;
proxy_buffers 64 512k;
proxy_busy_buffers_size 512k;

It all works fine now.

<!-- gh-comment-id:1111769351 --> @SuperGaleb commented on GitHub (Apr 28, 2022): I also had same problem. Added in NPM Advanced: proxy_buffer_size 128k; proxy_buffers 64 512k; proxy_busy_buffers_size 512k; It all works fine now.
Author
Owner

@kaushikray1 commented on GitHub (May 1, 2022):

Thank you, this is perfect.

<!-- gh-comment-id:1114316875 --> @kaushikray1 commented on GitHub (May 1, 2022): Thank you, this is perfect.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1463
No description provided.