Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Created May 28, 2016 08:37
Show Gist options
  • Select an option

  • Save quangbahoa/b5dfb891d29ab4ec0920980084a01998 to your computer and use it in GitHub Desktop.

Select an option

Save quangbahoa/b5dfb891d29ab4ec0920980084a01998 to your computer and use it in GitHub Desktop.
Nginx conver
# nginx configuration
location / {
  if (!-e $request_filename){
    rewrite ^/(.*)/(.*)?$ /?cd=$1 break;
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment