mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
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;
|
include /etc/nginx/modules-enabled/*.conf;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 2048;
|
worker_connections 4096;
|
||||||
multi_accept on;
|
multi_accept on;
|
||||||
use epoll;
|
use epoll;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user