NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.42k stars 2.6k forks source link

How to modify the events context in nginx.conf? #1912

Open jearton opened 2 years ago

jearton commented 2 years ago

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

Geczy commented 9 months ago

https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2388#issuecomment-1807353881

github-actions[bot] commented 2 months ago

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