Serving jekyll generated site

Fernando Perez lists at ruby-forum.com
Fri Feb 26 17:05:19 MSK 2010


My bad:

server {
  listen 80;
  root /whatever/path;

  location /blog {
    root /var/www/blog;
    index index.html index.htm;
  }
}

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list