Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. location ~ (.*)/img/i/ {
  2. try_files $uri $uri/ /index.php$uri?$args;
  3. }
  4.  
  5. location ~* /(h|w|fm|trim|fit|pad|border|or|bg)_.*.(jpg|png) {
  6. rewrite "(.*).(jpg|png)$" /index.php/img/i/$1.$2;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement