File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 3939# Captain dashboard at captain.captainroot.domain.com
4040 server {
4141
42- listen 80;
43- client_max_body_size 300m;
44- gzip on;
42+ listen 80;
43+ client_max_body_size 300m;
44+
45+ gzip on;
46+ gzip_disable "MSIE [1-6]\.";
47+ gzip_vary on;
48+ gzip_proxied any;
49+ gzip_comp_level 6;
50+ gzip_min_length 860;
51+ gzip_buffers 16 8k;
52+ gzip_types
53+ text/css
54+ text/plain
55+ text/javascript
56+ application/javascript
57+ application/json
58+ application/x-javascript
59+ application/xml
60+ application/xml+rss
61+ application/xhtml+xml
62+ application/x-font-ttf
63+ application/x-font-opentype
64+ application/vnd.ms-fontobject
65+ image/svg+xml
66+ image/x-icon
67+ application/rss+xml
68+ application/atom_xml;
69+
70+
4571
4672 <%
4773 if (captain .hasRootSsl ) {
You can’t perform that action at this time.
0 commit comments