Изменил(а) на 'rootfs/etc/nginx/nginx.conf'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
increased workers and added multi_accept on
This commit is contained in:
parent
9813eff6c8
commit
33a340eb89
|
@ -7,7 +7,8 @@ error_log /var/log/nginx/nginx.error.log;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
use epoll;
|
use epoll;
|
||||||
worker_connections 1024;
|
worker_connections 8192;
|
||||||
|
multi_accept on;
|
||||||
}
|
}
|
||||||
|
|
||||||
include upstreams/*;
|
include upstreams/*;
|
||||||
|
|
Loading…
Reference in New Issue