Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. rewrite ^/media/_cache/_w_a([a-z0-9_]+).jpg$ /library/thumb/phpThumb.php?src=../../media/_cache/a$1.jpg&q=90&fltr[]=gray&fltr[]=wmi|../../media/_cache/_watermark.png|BR last;
  2. rewrite ^/media/_cache/_w_g([a-z0-9_]+).jpg$ /library/thumb/phpThumb.php?src=../../media/_cache/g$1.jpg&q=90&fltr[]=gray&fltr[]=wmi|../../media/_cache/_watermark.png|B last;
  3. rewrite ^/(media.*\.(jpg|jpeg|png|gif))$ /library/thumb/phpThumb.php?src=../../$1&fltr[]=gray last;
  4. rewrite ^/media/_cache/_w_a([a-z0-9_]+).jpg$ /library/thumb/phpThumb.php?src=../../media/_cache/a$1.jpg&q=90&fltr[]=wmi|../../media/_cache/_watermark.png|BR last;
  5. rewrite ^/media/_cache/_w_g([a-z0-9_]+).jpg$ /library/thumb/phpThumb.php?src=../../media/_cache/g$1.jpg&q=90&fltr[]=wmi|../../media/_cache/_watermark.png|B last;
  6. rewrite ^/mini_([0-9]+)x([0-9]+)-(.*)$ /library/thumb/phpThumb.php?src=../../$3&w=$1&h=$2&far=1 last;
  7. rewrite ^/mini_([0-9]+)x([0-9]+)x([0-9]+)-(.*)$ /library/thumb/phpThumb.php?src=../../$4&w=$1&h=$2&zc=1&q=$3 last;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement