We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines a
rails 3.2.12 app
sub uri nbhy
ubuntu 12.04
rails app
engines
Rails is generating paths straight from http://6.95.225.93 instead of http://6.95.225.93/nbhy.
http://6.95.225.93
http://6.95.225.93/nbhy
You probably need to scope all your routes to "/nbhy".
config/routes.rb
scope "/nbhy" do ... end