mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2022] Proxy Buffer Size edit/update #1463
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1463
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 @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.
@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.
@kaushikray1 commented on GitHub (May 1, 2022):
Thank you, this is perfect.