From 9a94c93c5097b2ec8cf850dedb094c291ebb8c82 Mon Sep 17 00:00:00 2001 From: rodrigosiqueira Date: Tue, 15 Sep 2015 10:58:04 -0300 Subject: [PATCH] Add Unicorn file --- cookbooks/noosfero/files/unicorn.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100644 cookbooks/noosfero/files/unicorn.rb diff --git a/cookbooks/noosfero/files/unicorn.rb b/cookbooks/noosfero/files/unicorn.rb new file mode 100644 index 0000000..dae33ba --- /dev/null +++ b/cookbooks/noosfero/files/unicorn.rb @@ -0,0 +1,3 @@ +listen "127.0.0.1:9000" + +worker_processes `nproc`.to_i -- libgit2 0.21.2