mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
# replaces stock moodle.conf
 | 
						|
Alias /moodle {{ moodle_base }}
 | 
						|
 | 
						|
# Moodle public web pages - must be publically accessible
 | 
						|
<Directory {{ moodle_base }}>
 | 
						|
  Require all granted
 | 
						|
</Directory>
 | 
						|
 | 
						|
# Moodle private data - must NOT be publically accessible
 | 
						|
<Directory {{ moodle_data }}>
 | 
						|
  Require all denied
 | 
						|
</Directory>
 |