summaryrefslogtreecommitdiff
path: root/unicorn.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-10-10 15:49:36 +0000
committergebele <gebele@in-silico.ch>2017-10-17 12:00:59 +0200
commit315db036a63defb5465178279cbc3cbffde375eb (patch)
treef63a88711ada7354c0bc883c4b32449f6b86f336 /unicorn.rb
parente22513f460eeb42af5164537a7ecea9d21035cea (diff)
new batch mode with single calls
Diffstat (limited to 'unicorn.rb')
-rw-r--r--unicorn.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/unicorn.rb b/unicorn.rb
index 010ebbb..e60b2bd 100644
--- a/unicorn.rb
+++ b/unicorn.rb
@@ -1,7 +1,3 @@
-#worker_processes 4
+worker_processes 4
timeout 6000
listen 8088
-log_dir = "#{ENV['HOME']}"
-log_file = File.join log_dir, "lazar.log"
-stderr_path log_file
-stdout_path log_file