当我更改路由文件时,为什么会出现502 Bad Gateway错误?

时间:2013-03-13 17:13:40

标签: ruby-on-rails-3 nginx routes

每当我在Rails中的routes.rb文件中添加一行时,整个站点都会返回502 Bad Gateway错误。这是我要添加的行:

map.connect '/experience-and-share/featured-articles/authors/:author', :controller => content, :action => 'featured_articles_authors_redirect'

回溯并没有告诉我什么。

1 个答案:

答案 0 :(得分:0)

这只是一个语法错误,因为我忘记了控制器上的引号。