Static Assets

server {
  listen 80;
  server_name yourdomain.com;
  location / {
          root /path/to/website;
  } 
}
Comments