Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. location /bundles {
  2. try_files $uri =404;
  3. }
  4.  
  5. location /GalleryMod {
  6. try_files $uri =404;
  7. }
  8.  
  9. location /_userfiles {
  10. try_files $uri =404;
  11. }
  12.  
  13.  
  14. location /build {
  15. try_files $uri =404;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement