Skip to content

Commit 115be8e

Browse files
committed
remove default gzip
1 parent 18ed595 commit 115be8e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

nginx-conf/default.conf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ server {
33
listen [::]:80;
44
server_name localhost;
55

6-
gzip on;
7-
gzip_static on;
8-
gzip_min_length 16k;
9-
gzip_buffers 4 128k;
10-
gzip_http_version 1.1;
11-
gzip_comp_level 3;
12-
gzip_types text/plain application/javascript application/x-javascript text/javascript text/css application/xml;
13-
gzip_vary on;
14-
gzip_proxied expired no-cache no-store private auth;
15-
gzip_disable "MSIE [1-6]\.";
16-
176
#access_log /var/log/nginx/host.access.log main;
187

198
location / {

0 commit comments

Comments
 (0)