mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 01:36:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
<IfModule mod_autoindex.c>
 | 
						|
	Options -Indexes
 | 
						|
</IfModule>
 | 
						|
 | 
						|
<IfVersion < 2.4>
 | 
						|
    order allow,deny
 | 
						|
    deny from all
 | 
						|
</IfVersion>
 | 
						|
<IfVersion >= 2.4>
 | 
						|
    Require all denied
 | 
						|
</IfVersion>
 |