From: Yann Ylavic Date: Fri, 27 Jan 2023 17:55:03 +0000 (+0000) Subject: docs xforms [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1897a2247fac3c8e8de7c256ec84b98736572b45;p=thirdparty%2Fapache%2Fhttpd.git docs xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907041 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 b/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 index 66578ca9e62..014662cca0f 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 @@ -74,11 +74,11 @@ the upgrade parameter in the ProxyPass directive to some custom protocol name. Special upgrade=NONE and upgrade=ANY values may be used for -testing/forcing the upgrade but they are not recommended for production for +testing/forcing the upgrade but they are not recommended in production for security reasons. -NONE means that the check for the header is omitted but still the upgrade to -WebSocket still happens. -ANY means that the upgrade will happen with any protocol asked by the client. +NONE means that the check for the header is omitted but still the upgrade/tunneling to +WebSocket always happens. +ANY means that the upgrade/tunneling will happen using any protocol asked by the client.

Directives