Deploy GitHub Pages
This commit is contained in:
parent
a7e7e107cd
commit
5f6f28d5ca
3 changed files with 54 additions and 28 deletions
|
|
@ -671,6 +671,13 @@
|
|||
Custom max body size
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy-cookie-domain" title="Proxy cookie domain" class="md-nav__link">
|
||||
Proxy cookie domain
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1547,6 +1554,13 @@
|
|||
Custom max body size
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy-cookie-domain" title="Proxy cookie domain" class="md-nav__link">
|
||||
Proxy cookie domain
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1771,6 +1785,10 @@ table below.</p>
|
|||
<td>string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#proxy-cookie-domain">nginx.ingress.kubernetes.io/proxy-cookie-domain</a></td>
|
||||
<td>string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#custom-timeouts">nginx.ingress.kubernetes.io/proxy-connect-timeout</a></td>
|
||||
<td>number</td>
|
||||
</tr>
|
||||
|
|
@ -2252,6 +2270,9 @@ To use custom values in an Ingress rule define these annotation:</p>
|
|||
</pre></div>
|
||||
|
||||
|
||||
<h3 id="proxy-cookie-domain">Proxy cookie domain<a class="headerlink" href="#proxy-cookie-domain" title="Permanent link">¶</a></h3>
|
||||
<p>Sets a text that <a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_domain">should be changed in the domain attribute</a> of the "Set-Cookie" header fields of a proxied server response.</p>
|
||||
<p>To configure this setting globally for all Ingress rules, the <code class="codehilite">proxy-cookie-domain</code> value may be set in the <a href="../configmap/">NGINX ConfigMap</a>.</p>
|
||||
<h3 id="proxy-buffering">Proxy buffering<a class="headerlink" href="#proxy-buffering" title="Permanent link">¶</a></h3>
|
||||
<p>Enable or disable proxy buffering <a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering"><code class="codehilite">proxy_buffering</code></a>.
|
||||
By default proxy buffering is disabled in the NGINX config.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue