forked from gitbot/uguu
Update nginx.conf
This commit is contained in:
parent
50d2ae5660
commit
c367c9388c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user