From 43983ba604e5dfbeb73aac830938bec560819d66 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 27 Jan 2023 17:54:55 +0000 Subject: [PATCH] docs: fix typos. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907040 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_wstunnel.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.47.2