Skip to content

Instantly share code, notes, and snippets.

@leite
Created February 19, 2013 20:02
Show Gist options
  • Save leite/4989353 to your computer and use it in GitHub Desktop.
Save leite/4989353 to your computer and use it in GitHub Desktop.
index no more!
server {
location /index {
rewrite ^/index / permanent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment