Fixed language detection for our preview environment
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user