Skip to content

Commit 182e100

Browse files
authored
Merge pull request #15 from secondlife/signal/epoll
Enable more effecient epoll worker selection method
2 parents 6fc12e1 + 7d9d998 commit 182e100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/nginx/nginx.conf.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
99

1010
events {
1111
worker_connections 1024;
12+
use epoll;
1213
}
1314

1415
http {

0 commit comments

Comments
 (0)