Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-06-21 15:19:29 +00:00
parent 6872858cbc
commit 48b2a6fa72
4 changed files with 74 additions and 50 deletions

View file

@ -1652,6 +1652,13 @@
proxy-ssl-location-only
</a>
</li>
<li class="md-nav__item">
<a href="#default-type" class="md-nav__link">
default-type
</a>
</li>
</ul>
@ -3345,6 +3352,13 @@
proxy-ssl-location-only
</a>
</li>
<li class="md-nav__item">
<a href="#default-type" class="md-nav__link">
default-type
</a>
</li>
</ul>
@ -4176,6 +4190,11 @@ Same for numbers, like "100".</p>
<td align="left">bool</td>
<td align="left">"false"</td>
</tr>
<tr>
<td align="left"><a href="#default-type">default-type</a></td>
<td align="left">string</td>
<td align="left">"text/html"</td>
</tr>
</tbody>
</table>
<h2 id="add-headers">add-headers<a class="headerlink" href="#add-headers" title="Permanent link"></a></h2>
@ -4711,6 +4730,11 @@ It's possible to use here full strings and regular expressions. More details abo
<h2 id="proxy-ssl-location-only">proxy-ssl-location-only<a class="headerlink" href="#proxy-ssl-location-only" title="Permanent link"></a></h2>
<p>Set if proxy-ssl parameters should be applied only on locations and not on servers.
<em><strong>default:</strong></em> is disabled</p>
<h2 id="default-type">default-type<a class="headerlink" href="#default-type" title="Permanent link"></a></h2>
<p>Sets the default MIME type of a response.
<em><strong>default:</strong></em> text/html</p>
<p><em>References:</em>
<a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#default_type">http://nginx.org/en/docs/http/ngx_http_core_module.html#default_type</a></p>