Cleaning up some stuff, added some rewrites

This commit is contained in:
Josh Sherman 2013-12-17 14:07:45 -05:00
parent fa408978fd
commit 44f0139e13
4 changed files with 20 additions and 1 deletions

View file

@ -42,6 +42,9 @@ server
break;
}
# Accommodate UID's in the URI
rewrite ^/(.+)/(\d+)$ /index.php?request=$1&uid=$2 last;
# and the rest
rewrite ^/(.+)$ /index.php?request=$1 last;
}