Guest User

Untitled

a guest
Oct 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. location / {
  2. if (-f $request_filename) {
  3. expires 30d;
  4. }
  5.  
  6. try_files $uri @unicorn;
  7. }
Add Comment
Please, Sign In to add comment