aboutsummaryrefslogtreecommitdiff
path: root/nginx_unicorn/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'nginx_unicorn/unicorn.rb')
-rw-r--r--nginx_unicorn/unicorn.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/nginx_unicorn/unicorn.rb b/nginx_unicorn/unicorn.rb
index b0f194f..09bea64 100644
--- a/nginx_unicorn/unicorn.rb
+++ b/nginx_unicorn/unicorn.rb
@@ -1,7 +1,8 @@
##
-# This is the configuration file for Unicorn. It m
+# This is the configuration file for Unicorn.
-# TODO: Change it at your own needs
+
+# Feel free to change any of the following constants for your app:
WD = '/my/app/root'
NCORES = `cat /proc/cpuinfo | grep 'cores' | uniq | sed 's/[^0-9]//g'`.to_i