这是我的 nginx.conf,使用 capistrano 成功部署后:
http{
server {
listen 80;
server_name localhost;
passenger_enabled on;
root /home/gwuix2/picurwebaruhaz/releases/20130322133124/public/;
}
}
我还添加了
gem 'capistrano-nginx'
到我的 Gemfile.rb
没什么帮助,默认的 nginx 页面会一直显示。服务器:Ubuntu VPS 12.10 我遵循了本教程: https ://www.digitalocean.com/community/articles/how-to-install-rails-and-nginx-with-passenger-on-ubuntu