diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-01-27 19:41:44 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-01-27 19:41:44 +0100 |
commit | 37f76e4aab29874b80d802d707a2275319192df2 (patch) | |
tree | c2c6bc14c4f966c5bc6a384dca82e3f28f1adc17 /docs/manual/mod/mod_proxy.html.en.utf8 | |
parent | docs: no default value for mod_proxy upgrade= parameter. [skip ci] (diff) | |
download | apache2-37f76e4aab29874b80d802d707a2275319192df2.tar.xz apache2-37f76e4aab29874b80d802d707a2275319192df2.zip |
xforms [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html.en.utf8')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en.utf8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index b5630ed4c4..ffdd77cf89 100644 --- a/docs/manual/mod/mod_proxy.html.en.utf8 +++ b/docs/manual/mod/mod_proxy.html.en.utf8 @@ -1430,7 +1430,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre> See the documentation of this module for more details.</p> </td></tr> <tr><td><a id="upgrade" name="upgrade">upgrade</a></td> - <td>WebSocket</td> + <td>-</td> <td><p>Protocol accepted by <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> or <code class="module"><a href="../mod/mod_proxy_wstunnel.html">mod_proxy_wstunnel</a></code> for the HTTP Upgrade mechanism upon negotiation by the HTTP client/browser (per |