mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	nginx: Remove gzip_disable "msie6".
We don’t support IE 6. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b285813beb
						
					
				
				
					commit
					211934a9d9
				
			@@ -33,7 +33,6 @@ http {
 | 
				
			|||||||
    reset_timedout_connection on;
 | 
					    reset_timedout_connection on;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    gzip on;
 | 
					    gzip on;
 | 
				
			||||||
    gzip_disable "msie6";
 | 
					 | 
				
			||||||
    gzip_proxied any;
 | 
					    gzip_proxied any;
 | 
				
			||||||
    gzip_types
 | 
					    gzip_types
 | 
				
			||||||
      application/javascript
 | 
					      application/javascript
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user