mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-03 18:49:20 +00:00 
			
		
		
		
	Gzip application/javascript
As per RFC4329, nginx uses application/javascript as the default MIME type for .js files. Nginx-proxy will now gzip these files if the client requests it.
This commit is contained in:
		@@ -12,7 +12,7 @@ map $http_upgrade $proxy_connection {
 | 
			
		||||
  ''      '';
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
 | 
			
		||||
gzip_types text/plain text/css application/javascript application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
 | 
			
		||||
 | 
			
		||||
log_format vhost '$host $remote_addr - $remote_user [$time_local] '
 | 
			
		||||
                 '"$request" $status $body_bytes_sent '
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user