Ansible/roles/nginx/files/gzip.conf

5 lines
60 B
Plaintext

gzip on;
gzip_vary on;
gzip_types *;
gzip_min_length 1000;