projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c50a876
)
Add addition nginx workers
author
Grant Slater
<git@firefishy.com>
Tue, 16 Dec 2014 15:43:16 +0000
(15:43 +0000)
committer
Grant Slater
<git@firefishy.com>
Tue, 16 Dec 2014 15:49:58 +0000
(15:49 +0000)
cookbooks/nginx/templates/default/nginx.conf.erb
patch
|
blob
|
history
diff --git
a/cookbooks/nginx/templates/default/nginx.conf.erb
b/cookbooks/nginx/templates/default/nginx.conf.erb
index 8db8b0ffd72b2b65010b9e30db7a414a7272debe..6133b2404fdef5a11fd21dd1fca3d8e22e7ab48f 100644
(file)
--- a/
cookbooks/nginx/templates/default/nginx.conf.erb
+++ b/
cookbooks/nginx/templates/default/nginx.conf.erb
@@
-1,7
+1,7
@@
# DO NOT EDIT - This file is being maintained by Chef
user nginx;
# DO NOT EDIT - This file is being maintained by Chef
user nginx;
-worker_processes
1
;
+worker_processes
4
;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;