Browse Source

Fixed language detection for our preview environment

development
Godwin 10 years ago
parent
commit
bbebefd6bf
  1. 2
      config/unicorn.rb

2
config/unicorn.rb

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

Loading…
Cancel
Save