これは私のnginx.confであり、afetrは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