Fixed language detection for our preview environment
This commit is contained in:
parent
d8c53eccc8
commit
192f17d818
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user