BinaryONe commited on
Commit
0921002
·
1 Parent(s): ae4ef28

InitialCommit -Modification in Dockerfile

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -7,7 +7,7 @@ pid /tmp/nginx.nid;
7
  #daemon off;
8
 
9
  events {
10
- worker_connections auto;
11
  }
12
 
13
  http {
 
7
  #daemon off;
8
 
9
  events {
10
+ worker_connections 10;
11
  }
12
 
13
  http {