Advertisement
cccccccc

Untitled

Apr 27th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if ($http_user_agent ~* '(iPhone|iPod|android|blackberry)') {
  2. rewrite ^/uploads/(.*) http://www.example.com/uploads/mobile/$1 permanent;
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement