Skip to content

Instantly share code, notes, and snippets.

@jdevalk
Created May 21, 2013 20:39
Show Gist options
  • Save jdevalk/5623050 to your computer and use it in GitHub Desktop.
Save jdevalk/5623050 to your computer and use it in GitHub Desktop.

Revisions

  1. Joost de Valk created this gist May 21, 2013.
    3 changes: 3 additions & 0 deletions gistfile1.nginxconf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    location /redirect/ {
    rewrite ^/redirect/(.*)$ /redirect/index.php?id=$1 last;
    }