mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
Remove unnecessary gzip_buffers directive
This commit is contained in:
parent
d9b4d851ea
commit
f2b2d4dfbb
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ server {
|
|||
gzip_disable "msie6";
|
||||
gzip_comp_level 6;
|
||||
gzip_min_length 1100;
|
||||
gzip_buffers 16 8k;
|
||||
gzip_proxied any;
|
||||
gzip_types
|
||||
text/plain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue