server {
server_name domain.com;
rewrite ^(.*)$ http://www.domain.com$1 permanent;
}
This entry was written by , posted on March 20, 2009 at 7:12 am, filed under http and tagged nginx. Bookmark the permalink. Follow any comments here with the RSS feed for this post.