Deploy GitHub Pages
This commit is contained in:
parent
71cf115e20
commit
1f9771293d
3 changed files with 23 additions and 1 deletions
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
@ -1657,6 +1657,13 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy-ssl-location-only" class="md-nav__link">
|
||||
proxy-ssl-location-only
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -3290,6 +3297,13 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy-ssl-location-only" class="md-nav__link">
|
||||
proxy-ssl-location-only
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4093,6 +4107,11 @@ Same for numbers, like "100".</p>
|
|||
<td align="left">[]string</td>
|
||||
<td align="left">""</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#proxy-ssl-location-only">proxy-ssl-location-only</a></td>
|
||||
<td align="left">bool</td>
|
||||
<td align="left">"false"</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="add-headers">add-headers<a class="headerlink" href="#add-headers" title="Permanent link"> ¶</a></h2>
|
||||
|
@ -4610,6 +4629,9 @@ It's possible to use here full strings and regular expressions. More details abo
|
|||
It's possible to use here full strings and regular expressions. More details about valid patterns can be found at <code class="codehilite"><span class="err">map</span></code> Nginx directive documentation.</p>
|
||||
<p><em>References:</em>
|
||||
<a href="http://nginx.org/en/docs/http/ngx_http_map_module.html#map">http://nginx.org/en/docs/http/ngx_http_map_module.html#map</a></p>
|
||||
<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 onyl on locations and not on servers.
|
||||
<em><strong>default:</strong></em> is disabled</p>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue