Fixed language detection for our preview environment

This commit is contained in:
Godwin 2015-05-03 15:27:53 -07:00
parent d8c53eccc8
commit 192f17d818

View File

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