Created
May 12, 2014 21:39
-
-
Save joevandyk/1a822d00a10cc7f7118c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/service_definitions/tanga_rails/run b/config/service_definitions/tanga_rails/run | |
index 7ba34fc..fd31b8f 100755 | |
--- a/config/service_definitions/tanga_rails/run | |
+++ b/config/service_definitions/tanga_rails/run | |
@@ -2,5 +2,6 @@ | |
exec 2>&1 | |
export HOME=/home/monkey | |
cd $HOME/tanga/sites/tanga | |
+export UNICORN_WORKERS=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment