File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed
Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -25,35 +25,35 @@ http {
2525
2626 keepalive_timeout 65 ;
2727
28- gzip on;
29- gzip_disable "msie6" ;
30-
31- gzip_vary on;
32- gzip_proxied any;
33- gzip_comp_level 6;
34- gzip_buffers 16 8k ;
35- gzip_http_version 1.1;
36- gzip_min_length 256 ;
37- gzip_types
38- application/atom+xml
39- application/geo +json
40- application/javascript
41- application/x-javascript
42- application/json
43- application/ld+json
44- application/manifest+json
45- application/rdf+xml
46- application/rss+xml
47- application/xhtml+xml
48- application/xml
49- font/eot
50- font/otf
51- font/ttf
52- image/svg+xml
53- text/css
54- text/javascript
55- text/plain
56- text/xml;
28+ gzip on;
29+ gzip_disable "msie6" ;
30+
31+ gzip_vary on;
32+ gzip_proxied any;
33+ gzip_comp_level 6;
34+ gzip_buffers 16 8k ;
35+ gzip_http_version 1.1;
36+ gzip_min_length 256 ;
37+ gzip_types
38+ application/atom+xml
39+ application/geo +json
40+ application/javascript
41+ application/x-javascript
42+ application/json
43+ application/ld+json
44+ application/manifest+json
45+ application/rdf+xml
46+ application/rss+xml
47+ application/xhtml+xml
48+ application/xml
49+ font/eot
50+ font/otf
51+ font/ttf
52+ image/svg+xml
53+ text/css
54+ text/javascript
55+ text/plain
56+ text/xml;
5757
5858 include /etc/nginx/conf.d/*.conf;
5959}
You can’t perform that action at this time.
0 commit comments