mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #3926] Please enable a larger buffer for the access_log and flush timeout #2573
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#2573
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 @tkittich on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3926
Is your feature request related to a problem? Please describe.
It seems the default access_log writes to disks every 2-3 seconds as monitored by iotop. This might be too often and could be reduced. Large number of disk writes are particularly not good for SSD and NVME disks.
Describe the solution you'd like
Please enable a larger buffer for the access_log and flush timeout, e.g.,
access_log logfile proxy buffer=1024K flush=5m;. This should reduce the number of unnecessary disk writes.@github-actions[bot] commented on GitHub (Feb 14, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍