http://watch-online-cricket.blogspot.com/2009/01/watch-india-vs-srilanka-cricket-online.html
4 steps to install nginx with passenger
Install passenger program that will run your rails application1. sudo gem install passengerInstall nginx server with passenger enabled2. passenger-install-nginx-moduleit will open apt, click "Enter" to continethen select option 1 for default installthen it will askWhere do you want to install Nginx to?Please specify a prefix directory [/opt/nginx]:press enterthen copy following block server {listen 80;server_name http://www.yourhost.com;root … Continue reading 4 steps to install nginx with passenger
How do i generate SEO sitemap in rails ?
What is sitemap ? Sitemap is nothing but a .xml file containing urls available on your site It contains URL, last modified date, frequency of content change and priority ( between 0..1 ) Why we need sitemap ? We can submit sitemap file to search engine. It will help them in analysing what urls on … Continue reading How do i generate SEO sitemap in rails ?
