Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-05-16 21:14:37 +00:00
parent 542273847e
commit c0597d0659
6 changed files with 40 additions and 66 deletions

View file

@ -987,15 +987,8 @@
</li>
<li class="md-nav__item">
<a href="#bind-address-ipv4" title="bind-address-ipv4" class="md-nav__link">
bind-address-ipv4
</a>
</li>
<li class="md-nav__item">
<a href="#bind-address-ipv6" title="bind-address-ipv6" class="md-nav__link">
bind-address-ipv6
<a href="#bind-address" title="bind-address" class="md-nav__link">
bind-address
</a>
</li>
@ -2364,15 +2357,8 @@
</li>
<li class="md-nav__item">
<a href="#bind-address-ipv4" title="bind-address-ipv4" class="md-nav__link">
bind-address-ipv4
</a>
</li>
<li class="md-nav__item">
<a href="#bind-address-ipv6" title="bind-address-ipv6" class="md-nav__link">
bind-address-ipv6
<a href="#bind-address" title="bind-address" class="md-nav__link">
bind-address
</a>
</li>
@ -3056,12 +3042,7 @@ Same for numbers, like "100".</p>
<td align="left">1</td>
</tr>
<tr>
<td align="left"><a href="#bind-address-ipv4">bind-address-ipv4</a></td>
<td align="left">[]string</td>
<td align="left">""</td>
</tr>
<tr>
<td align="left"><a href="#bind-address-ipv6">bind-address-ipv6</a></td>
<td align="left"><a href="#bind-address">bind-address</a></td>
<td align="left">[]string</td>
<td align="left">""</td>
</tr>
@ -3512,9 +3493,7 @@ number is exceeded, the least recently used connections are closed. <em><strong>
<p>Sets the number of datagrams expected from the proxied server in response to the client request if the UDP protocol is used.</p>
<p><em>References:</em>
<a href="http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_responses">http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_responses</a></p>
<h2 id="bind-address-ipv4">bind-address-ipv4<a class="headerlink" href="#bind-address-ipv4" title="Permanent link">&para;</a></h2>
<p>Sets the addresses on which the server will accept requests instead of *. It should be noted that these addresses must exist in the runtime environment or the controller will crash loop.</p>
<h2 id="bind-address-ipv6">bind-address-ipv6<a class="headerlink" href="#bind-address-ipv6" title="Permanent link">&para;</a></h2>
<h2 id="bind-address">bind-address<a class="headerlink" href="#bind-address" title="Permanent link">&para;</a></h2>
<p>Sets the addresses on which the server will accept requests instead of *. It should be noted that these addresses must exist in the runtime environment or the controller will crash loop.</p>
<h2 id="forwarded-for-header">forwarded-for-header<a class="headerlink" href="#forwarded-for-header" title="Permanent link">&para;</a></h2>
<p>Sets the header field for identifying the originating IP address of a client. <em><strong>default:</strong></em> X-Forwarded-For</p>