We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fdefa commit fb2f00dCopy full SHA for fb2f00d
src/BenchmarksApps/TLS/Nginx/config/nginx.conf
@@ -1,4 +1,9 @@
1
-events {}
+worker_processes 4;
2
+
3
+events {
4
+ worker_connections 1024;
5
+}
6
7
8
http {
9
# uncomment the following to enable SSL data logging (protocol + cipher)
0 commit comments