mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-10-31 16:06:24 +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>
 | 
