Deploy GitHub Pages
This commit is contained in:
parent
149bae6e35
commit
f643765929
4 changed files with 58 additions and 50 deletions
|
|
@ -2297,6 +2297,10 @@ table below.</p>
|
|||
<td>string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#ssl-ciphers">nginx.ingress.kubernetes.io/ssl-prefer-server-ciphers</a></td>
|
||||
<td>"true" or "false"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#connection-proxy-header">nginx.ingress.kubernetes.io/connection-proxy-header</a></td>
|
||||
<td>string</td>
|
||||
</tr>
|
||||
|
|
@ -2798,6 +2802,10 @@ By default this is set to "1.1".</p>
|
|||
<div class="highlight"><pre><span></span><code><span class="nt">nginx.ingress.kubernetes.io/ssl-ciphers</span><span class="p">:</span> <span class="s">"ALL:!aNULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"</span>
|
||||
</code></pre></div>
|
||||
|
||||
<p>The following annotation will set the <code>ssl_prefer_server_ciphers</code> directive at the server level. This configuration specifies that server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="nt">nginx.ingress.kubernetes.io/ssl-prefer-server-ciphers</span><span class="p">:</span> <span class="s">"true"</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="connection-proxy-header">Connection proxy header<a class="headerlink" href="#connection-proxy-header" title="Permanent link"> ¶</a></h3>
|
||||
<p>Using this annotation will override the default connection header set by NGINX.
|
||||
To use custom values in an Ingress rule, define the annotation:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue