From 80cdde4c5cd03829518772e71b0bee4133afe622 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 12 May 2016 15:35:03 +0000 Subject: bumped version --- unicorn.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unicorn.rb') diff --git a/unicorn.rb b/unicorn.rb index 7f8d4a2..010ebbb 100644 --- a/unicorn.rb +++ b/unicorn.rb @@ -1,2 +1,7 @@ #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 -- cgit v1.2.3