Guest User

Untitled

a guest
Sep 17th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. # Generated by Nextcloud on 2020-09-10 17:38:00
  2. # Section for Apache 2.4 to 2.6
  3. <IfModule mod_authz_core.c>
  4.   Require all denied
  5. </IfModule>
  6. <IfModule mod_access_compat.c>
  7.   Order Allow,Deny
  8.   Deny from all
  9.   Satisfy All
  10. </IfModule>
  11.  
  12. # Section for Apache 2.2
  13. <IfModule !mod_authz_core.c>
  14.   <IfModule !mod_access_compat.c>
  15.     <IfModule mod_authz_host.c>
  16.       Order Allow,Deny
  17.       Deny from all
  18.     </IfModule>
  19.     Satisfy All
  20.   </IfModule>
  21. </IfModule>
  22.  
  23. # Section for Apache 2.2 to 2.6
  24. <IfModule mod_autoindex.c>
  25.   IndexIgnore *
  26. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment