Deployed fd0c7b1 to 1.4 with MkDocs 1.2.3 and mike 1.1.2
This commit is contained in:
@@ -2030,7 +2030,14 @@ documentation for the current version.
|
||||
<td></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>List of HTTP headers to send to proxied resource.</td>
|
||||
<td>List of HTTP headers to send to proxied resource separated with ; (values for proxy_set_header directive).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_HEADERS_CLIENT</code></td>
|
||||
<td></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>List of HTTP headers to send to client separated with ; (values for add_header directive).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_BUFFERING</code></td>
|
||||
@@ -2047,6 +2054,27 @@ documentation for the current version.
|
||||
<td>Enable or disable keepalive connections with the proxied resource.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_AUTH_REQUEST</code></td>
|
||||
<td></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>Enable authentication using an external provider (value of auth_request directive).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_AUTH_REQUEST_SIGNIN_URL</code></td>
|
||||
<td></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>Redirect clients to signin URL when using REVERSE_PROXY_AUTH_REQUEST (used when auth_request call returned 401).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_AUTH_REQUEST_SET</code></td>
|
||||
<td></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>List of variables to set from the authentication provider, separated with ; (values of auth_request_set directives).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>USE_PROXY_CACHE</code></td>
|
||||
<td><code>no</code></td>
|
||||
<td>multisite</td>
|
||||
@@ -2116,6 +2144,27 @@ documentation for the current version.
|
||||
<td>no</td>
|
||||
<td>Conditions to bypass caching of responses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_CONNECT_TIMEOUT</code></td>
|
||||
<td><code>60s</code></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>Timeout when connecting to the proxied resource.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_READ_TIMEOUT</code></td>
|
||||
<td><code>60s</code></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>Timeout when reading from the proxied resource.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>REVERSE_PROXY_SEND_TIMEOUT</code></td>
|
||||
<td><code>60s</code></td>
|
||||
<td>multisite</td>
|
||||
<td>yes</td>
|
||||
<td>Timeout when sending to the proxied resource.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="self-signed-certificate">Self-signed certificate</h3>
|
||||
@@ -2376,7 +2425,7 @@ documentation for the current version.
|
||||
<div class="md-dialog" data-md-component="dialog">
|
||||
<div class="md-dialog__inner md-typeset"></div>
|
||||
</div>
|
||||
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "toc.integrate", "content.code.annotate"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.bd0b6b67.min.js", "version": {"provider": "mike", "version": "latest"}}</script>
|
||||
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.tracking", "navigation.tabs", "navigation.tabs.sticky", "toc.integrate"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.bd0b6b67.min.js", "version": {"provider": "mike", "version": "latest"}}</script>
|
||||
|
||||
|
||||
<script src="../assets/javascripts/bundle.467223ff.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user