Skip to content

Commit fb2f00d

Browse files
committed
wroker processes 4
1 parent 42fdefa commit fb2f00d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: src/BenchmarksApps/TLS/Nginx/config/nginx.conf

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
events {}
1+
worker_processes 4;
2+
3+
events {
4+
worker_connections 1024;
5+
}
6+
27

38
http {
49
# uncomment the following to enable SSL data logging (protocol + cipher)

0 commit comments

Comments
 (0)