From: Yann Ylavic Date: Fri, 27 Jan 2023 17:54:55 +0000 (+0000) Subject: docs: fix typos. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43983ba604e5dfbeb73aac830938bec560819d66;p=thirdparty%2Fapache%2Fhttpd.git docs: fix typos. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907040 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml index 8c094b882b4..7c02d26c7d8 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -73,11 +73,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.