12 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Python
		
	
	
	
	
	
defaults = {
 | 
						|
    'nginx': {
 | 
						|
        'vhosts': {
 | 
						|
            'islamicstate.eu': {
 | 
						|
                'content': 'nginx/html.conf',
 | 
						|
                'context': {
 | 
						|
                    'root': '/var/www/islamicstate.eu',
 | 
						|
                },
 | 
						|
            }
 | 
						|
        },
 | 
						|
    },
 | 
						|
}
 |