If you have followed my guide for enabling brotli compression with NGINX then your server is already serving your content with brotli compression. The only downside to this is that NGINX compresses the files every time it serves them. A feature of the brotli module is that it can serve files that have already been compressed with brotli. This means that they you only have to compress them once saving your CPU from doing repete work.