I am trying to rewrite the following URL via Nginx:
http://www.domain.com/script.php?title=LONGSTRING&desc=LONGSTRING&file=LONGSTRING&id=THREELETTERS
into something like this:
http://www.domain.com/script/LONGSTRING/LONGSTRING/LONGSTRING/LONGSTRING/THREELETTERS.html
All I have been able to find so far is how to include a single variable. I have five variables to pass through, each terminated by a "/".