diff --git a/config/unicorns/production.rb b/config/unicorns/production.rb new file mode 100644 index 0000000..fe7e3d5 --- /dev/null +++ b/config/unicorns/production.rb @@ -0,0 +1,8 @@ +working_directory "/home/lethal/www/current" +pid "/home/lethal/www/shared/unicorn.pid" +stderr_path "/var/log/unicorn_lethal.log" +stdout_path "/var/log/unicorn_lethal.log" + +listen "/tmp/lethal_app.socket" +worker_processes 1 +timeout 30 \ No newline at end of file