updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / mindtouch / nginx-rewrites
blob77a4db33bdb973146d21464ddbec7362dca3bb03
1 if ($request_uri ~ ^/(@api|editor|skins|config|deki)/) {
2   break;
4 if ($request_uri ~ ^/(favicon\.ico|robots\.txt)$) {
5   break;
7 rewrite ^/(.*)$ /index.php?title=$1 last;