Fixed language detection for our preview environment

This commit is contained in:
Godwin 2015-05-03 15:36:00 -07:00
parent d0e1c328b6
commit bbebefd6bf

View File

@ -19,7 +19,7 @@ end
working_directory directory working_directory directory
# Listen on unix socket # Listen on unix socket
listen port, :backlog => 64 listen "127.0.0.1:#{port}", :backlog => 64
pid "/home/unicorn/#{ENV['RAILS_ENV']}.pid" pid "/home/unicorn/#{ENV['RAILS_ENV']}.pid"