Posts by arannasousa • 11 points
1 post
-
1
votes2
answers419
viewsA: How do Nginx provide pre-compressed content?
Well, I compact the files as soon as I upload the site updates and run this script that generates the *.gz that NGINX is going to get. #! /bin/bash FILETYPES=( "*.woff" "*.css" "*.jpg" "*.jpeg"…