Skip to content

Instantly share code, notes, and snippets.

@jdevalk
Created May 21, 2013 20:39

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;
    }