Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. location ~* /upload/.*\.php$ {
  2. return 503;
  3. }
  4.  
  5. location ~* /avatar/.*\.php$ {
  6. return 503;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement