Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.19 KB | None | 0 0
  1. location ~ \.(?:jpg|jpeg|gif|png|ico|css|js)/thumb_img$ {
  2.   rewrite (.+)\.(\w+)/thumb_img$  $1.$2 permanent;
  3. }
  4. location ~ \.(?:jpg|jpeg|gif|png|ico|css|js)$ {
  5.     root  /home/user/dev/img/;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement