Nginx - Compression



gzip on;
gzip_static on;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_min_length 1000;
gzip_types 
application/json application/javascript application/xml application/xml+rss font/eot font/otf font/ttf image/svg+xml text/css text/javascript text/plain text/xml;


Reference resource : https://www.digitalocean.com/community/tutorials/how-to-improve-website-performance-using-gzip-and-nginx-on-ubuntu-20-04

Comments

Popular posts from this blog

python-docx | docx | No module named 'exceptions'

Fixing TortoiseSVN icons overlay in Windows 10

MySQL 8 User creation and grant privileges