BinaryONe
commited on
Commit
·
0921002
1
Parent(s):
ae4ef28
InitialCommit -Modification in Dockerfile
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -7,7 +7,7 @@ pid /tmp/nginx.nid;
|
|
7 |
#daemon off;
|
8 |
|
9 |
events {
|
10 |
-
worker_connections
|
11 |
}
|
12 |
|
13 |
http {
|
|
|
7 |
#daemon off;
|
8 |
|
9 |
events {
|
10 |
+
worker_connections 10;
|
11 |
}
|
12 |
|
13 |
http {
|