File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 9
9
client_max_body_size 400m;
10
10
client_body_timeout 300s;
11
11
12
+ gzip on;
13
+ gzip_comp_level 5;
14
+ gzip_min_length 256;
15
+ gzip_proxied any;
16
+ gzip_vary on;
17
+ gzip_types
18
+ application/atom+xml
19
+ application/javascript
20
+ application/json
21
+ application/ld+json
22
+ application/manifest+json
23
+ application/rss+xml
24
+ application/vnd.geo+json
25
+ application/vnd.ms-fontobject
26
+ application/x-font-ttf
27
+ application/x-web-app-manifest+json
28
+ application/xhtml+xml
29
+ application/xml
30
+ font/opentype
31
+ image/bmp
32
+ image/svg+xml
33
+ image/x-icon
34
+ text/cache-manifest
35
+ text/css
36
+ text/plain
37
+ text/vcard
38
+ text/vnd.rim.location.xloc
39
+ text/vtt
40
+ text/x-component
41
+ text/x-cross-domain-policy;
42
+
12
43
proxy_http_version 1.1;
13
44
proxy_set_header Connection "";
14
45
proxy_set_header Host $host;
You can’t perform that action at this time.
0 commit comments