Deploy GitHub Pages

This commit is contained in:
Travis Bot 2020-02-15 12:53:38 +00:00
parent 4ee56b534d
commit f7090878ba
10 changed files with 82 additions and 66 deletions

View file

@ -1074,6 +1074,13 @@
gzip-level
</a>
</li>
<li class="md-nav__item">
<a href="#gzip-min-length" class="md-nav__link">
gzip-min-length
</a>
</li>
<li class="md-nav__item">
@ -2700,6 +2707,13 @@
gzip-level
</a>
</li>
<li class="md-nav__item">
<a href="#gzip-min-length" class="md-nav__link">
gzip-min-length
</a>
</li>
<li class="md-nav__item">
@ -4333,6 +4347,8 @@ The default mime type list to compress is: <code class="codehilite"><span class=
<p>Enables or disables <a href="http://nginx.org/en/docs/http/ngx_http_v2_module.html">HTTP/2</a> support in secure connections.</p>
<h2 id="gzip-level">gzip-level<a class="headerlink" href="#gzip-level" title="Permanent link"></a></h2>
<p>Sets the gzip Compression Level that will be used. <em><strong>default:</strong></em> 5</p>
<h2 id="gzip-min-length">gzip-min-length<a class="headerlink" href="#gzip-min-length" title="Permanent link"></a></h2>
<p>Minimum length of responses to be returned to the client before it is eligible for gzip compression, in bytes. <em><strong>default:</strong></em> 256</p>
<h2 id="gzip-types">gzip-types<a class="headerlink" href="#gzip-types" title="Permanent link"></a></h2>
<p>Sets the MIME types in addition to "text/html" to compress. The special value "*" matches any MIME type. Responses with the "text/html" type are always compressed if <code class="codehilite"><span class="err">[use-gzip](#use-gzip)</span></code> is enabled.
<em><strong>default:</strong></em> <code class="codehilite"><span class="err">application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component</span></code>.</p>