Skip to content

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

@jearton

Description

@jearton

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions