Guest User

Untitled

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Handle requests for files that could be screenshots.
  2. # Try ss.dan.cx files before passing to ASP.NET
  3. location ~ "^/\d{4}/\d{2}/.+\.(png|jpg|jpeg|gif|mp4)$" {
  4. alias /var/www/;
  5. try_files dan.cx/public/$uri ss.dan.cx/$uri @aspnet;
  6. }
Add Comment
Please, Sign In to add comment