[GH-ISSUE #1912] How to modify the events context in nginx.conf? #1394

Closed
opened 2026-02-26 07:30:48 +03:00 by kerem · 3 comments
Owner

Originally created by @jearton on GitHub (Mar 5, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1912

Is your feature request related to a problem? Please describe.

tail -f fallback_error.log
2022/03/05 12:45:07 [warn] 415#415: 1024 worker_connections are not enough, reusing connections
2022/03/05 12:45:07 [alert] 415#415: 1024 worker_connections are not enough

Describe the solution you'd like

Modify to this:

events {
    multi_accept       on;
    worker_connections 65535;
}

Describe alternatives you've considered

Additional context

Originally created by @jearton on GitHub (Mar 5, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1912 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> ```bash tail -f fallback_error.log ``` ```bash 2022/03/05 12:45:07 [warn] 415#415: 1024 worker_connections are not enough, reusing connections 2022/03/05 12:45:07 [alert] 415#415: 1024 worker_connections are not enough ``` **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Modify to this: ```nginxconf events { multi_accept on; worker_connections 65535; } ``` **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. -->
kerem 2026-02-26 07:30:48 +03:00
Author
Owner
<!-- gh-comment-id:1879694440 --> @Geczy commented on GitHub (Jan 6, 2024): https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2388#issuecomment-1807353881
Author
Owner

@github-actions[bot] commented on GitHub (Aug 11, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2282350192 --> @github-actions[bot] commented on GitHub (Aug 11, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Aug 17, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:3194062770 --> @github-actions[bot] commented on GitHub (Aug 17, 2025): Issue was closed due to inactivity.
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#1394
No description provided.