Deploy GitHub Pages

This commit is contained in:
Travis Bot 2020-02-20 14:14:10 +00:00
parent f7090878ba
commit 6598a88d09
6 changed files with 2168 additions and 53 deletions

View file

@ -1411,7 +1411,7 @@ See the <a href="https://github.com/google/re2/wiki/Syntax">RE2 Syntax</a> docum
<span class="err">}</span>
</code></pre></div>
<p>A request to <code class="codehilite"><span class="err">test.com/foo/bar/bar</span></code> would match the <code class="codehilite"><span class="err">^/foo/[A-Z0-9]{3}</span></code> location block instead of the longest EXACT matching path.</p>
<p>A request to <code class="codehilite"><span class="err">test.com/foo/bar/bar</span></code> would match the <code class="codehilite"><span class="err">^/foo/bar/[A-Z0-9]{3}</span></code> location block instead of the longest EXACT matching path.</p>

View file

@ -2997,7 +2997,7 @@ Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP</p>
</code></pre></div>
<p><strong>Note:</strong> The mirror directive will be applied to all paths within the ingress resource.</p>
<p>The request sent to the mirror is linked to the orignial request. If you have a slow mirror backend, then the orignial request will throttle.</p>
<p>The request sent to the mirror is linked to the original request. If you have a slow mirror backend, then the original request will throttle.</p>
<p>For more information on the mirror module see <a href="https://nginx.org/en/docs/http/ngx_http_mirror_module.html">ngx_http_mirror_module</a></p>