Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if ($request_uri ~* /a/(.*)/(.*)){
  2. set $uri /$1/$2;
  3. }
  4.  
  5. if ($request_uri ~* /a/(.*)/(.*)){
  6. rewrite ^ /$1/$2 break;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement