Update nginx.conf

This commit is contained in:
Eric Johansson (neku) 2021-06-10 11:18:05 +02:00 committed by GitHub
parent 50d2ae5660
commit c367c9388c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
worker_connections 2048;
worker_connections 4096;
multi_accept on;
use epoll;