Skip to content

Commit fa79d6a

Browse files
committed
feat(nginx): add events module
1 parent 979e36e commit fa79d6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

script/nginx.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
events {
2+
worker_connections 1024;
3+
use epoll;
4+
multi_accept on;
5+
}
6+
17
http {
28
include /etc/nginx/mime.types;
39
default_type application/octet-stream;
@@ -42,3 +48,4 @@ http {
4248
}
4349
}
4450
}
51+

0 commit comments

Comments
 (0)