Skip to content

Instantly share code, notes, and snippets.

@vkgtaro
Created November 17, 2012 11:44
Show Gist options
  • Select an option

  • Save vkgtaro/4095178 to your computer and use it in GitHub Desktop.

Select an option

Save vkgtaro/4095178 to your computer and use it in GitHub Desktop.
location ~ /.+[^/]$ {
try_files $uri $uri.html;
# ssi on;
}
location = / {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment