Remove unnecessary gzip_buffers directive

This commit is contained in:
iSnackyCracky 2023-05-27 21:38:53 +02:00 committed by GitHub
commit f2b2d4dfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,6 @@ server {
gzip_disable "msie6"; gzip_disable "msie6";
gzip_comp_level 6; gzip_comp_level 6;
gzip_min_length 1100; gzip_min_length 1100;
gzip_buffers 16 8k;
gzip_proxied any; gzip_proxied any;
gzip_types gzip_types
text/plain text/plain