Browse Source

Fixed language detection for our preview environment

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

2
config/unicorn.rb

@ -8,7 +8,7 @@ dir = 'rails'
worker_processes 2
# We deploy with capistrano, so "current" links to root dir of current release
directory "/home/rails"
directory = "/home/rails"
port = 8080
if ENV['RAILS_ENV'] == 'preview'

Loading…
Cancel
Save