railscasts: 500 Internal Server Error
apt-get -y update
apt-get -y install curl git-core python-software-properties
nginx
add-apt-repository ppa:nginx/stable
apt-get -y update
apt-get -y install nginx
service nginx start
Ref:
Any help is much appreciated. Is there any way to look into nginx log file to identify the issue?
Thanks
2 Replies
-Tim