diff --git a/unicorn.rb b/unicorn.rb index 0305bd656f3fc5336c84800c954f4cad6596c0e7..c9be8fa5eaf046b8f464770182302f9643f64242 100644 --- a/unicorn.rb +++ b/unicorn.rb @@ -1,3 +1,5 @@ worker_processes 1 working_directory '/var/www/html/ucommscheduler.unl.edu' pid '/var/www/html/ucommscheduler.unl.edu/ucommscheduler.pid' +stderr_path '/var/www/html/ucommscheduler.unl.edu/error.log' +stdout_path '/var/www/html/ucommscheduler.unl.edu/error.log' \ No newline at end of file