Gemfile @5 �mU �U �mU group :production do gem "unicorn" end unicorn.rb @�� mU ��ԀmU APP_DIR = File.expand_path("../../", __FILE__) # This loads the application in the master process before forking # worker processes # Read more about it here: # http://unicorn.bogomips.org/Unicorn/Configurator.html preload_app true worker_processes 4 working_directory APP_DIR # This is where we specify the socket.