mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
root            /dev/null;
 | 
						|
server_name     $hostname;
 | 
						|
 | 
						|
client_max_body_size 512m;
 | 
						|
 | 
						|
add_header X-Content-Type-Options nosniff;
 | 
						|
add_header X-XSS-Protection "1; mode=block";
 | 
						|
add_header X-Robots-Tag none;
 |