Skip to content

Commit

Permalink
feat: set gzip off
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpeng authored Aug 29, 2024
1 parent d9bc1df commit 33abb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 80 default_server;

gzip on;
gzip off;
gzip_min_length 1000;
gzip_types text/plain text/xml application/javascript text/css;

Expand Down

0 comments on commit 33abb6d

Please sign in to comment.