Should I enable Gzip on Nginx server with SSL for a react app?
问题 I have a react app with a pretty large build size, it is deployed on an Nginx server with SSL. I learned a bit about GZip and how it can improve the site's performance. But I also came to know that it is not to safe to use GZip with SSL. GZip is enabled for HTML files by default in Nginx. Should I enable it for other files like Javascript and CSS as well to improve performance ? 回答1: When you say it is not to safe to use GZip with SSL i assume that you are talking about Breach Attack. Well