Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rewrite "^/(([^/]{7})[^/]{4}.png)$" /$1/$2 last;
  2.  
  3. location ~ "^/(([^/]{7})[^/]{4}.png)$" {
  4. root /images;
  5. try_files /$1/$2 =404;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement