We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc12e1 + 7d9d998 commit 182e100Copy full SHA for 182e100
src/etc/nginx/nginx.conf.template
@@ -9,6 +9,7 @@ load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
9
10
events {
11
worker_connections 1024;
12
+ use epoll;
13
}
14
15
http {
0 commit comments