Deploy GitHub Pages
This commit is contained in:
parent
2d82ab6b5e
commit
9e6aa40297
4 changed files with 4 additions and 4 deletions
|
@ -1415,7 +1415,7 @@ lead to have specific clients unable to reach your site or similar consequences.
|
|||
<tr>
|
||||
<td align="left">2.5.1 Ensure server_tokens directive is set to <code>off</code> (Scored)</td>
|
||||
<td align="left">OK</td>
|
||||
<td align="left">server_tokens is configured to off by defaukt</td>
|
||||
<td align="left">server_tokens is configured to off by default</td>
|
||||
<td align="left"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
@ -3690,7 +3690,7 @@ Same for numbers, like "100".</p>
|
|||
<tr>
|
||||
<td align="left"><a href="#server-tokens">server-tokens</a></td>
|
||||
<td align="left">bool</td>
|
||||
<td align="left">"true"</td>
|
||||
<td align="left">"false"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#ssl-ciphers">ssl-ciphers</a></td>
|
||||
|
@ -4414,7 +4414,7 @@ The default of 0 means "max open files (system's limit) / <a href="#worker-proce
|
|||
<h2 id="plugins">plugins<a class="headerlink" href="#plugins" title="Permanent link"> ¶</a></h2>
|
||||
<p>Activates plugins installed in <code>/etc/nginx/lua/plugins</code>. Refer to <a href="https://github.com/kubernetes/ingress-nginx/blob/master/rootfs/etc/nginx/lua/plugins/README.md">ingress-nginx plugins README</a> for more information on how to write and install a plugin.</p>
|
||||
<h2 id="server-tokens">server-tokens<a class="headerlink" href="#server-tokens" title="Permanent link"> ¶</a></h2>
|
||||
<p>Send NGINX Server header in responses and display NGINX version in error pages. <em><strong>default:</strong></em> is enabled</p>
|
||||
<p>Send NGINX Server header in responses and display NGINX version in error pages. <em><strong>default:</strong></em> is disabled</p>
|
||||
<h2 id="ssl-ciphers">ssl-ciphers<a class="headerlink" href="#ssl-ciphers" title="Permanent link"> ¶</a></h2>
|
||||
<p>Sets the <a href="http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ciphers">ciphers</a> list to enable. The ciphers are specified in the format understood by the OpenSSL library.</p>
|
||||
<p>The default cipher list is:
|
||||
|
|
Loading…
Reference in a new issue