From: Yann Ylavic
Date: Fri, 27 Jan 2023 18:41:30 +0000 (+0000)
Subject: docs: no default value for mod_proxy upgrade= parameter. [skip ci]
X-Git-Tag: 2.5.0-alpha2-ci-test-only~127
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35992e8430cdede8ad1fc8c2e30762d4f26b17d9;p=thirdparty%2Fapache%2Fhttpd.git
docs: no default value for mod_proxy upgrade= parameter. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907045 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index e73b3abbebc..2f71343e810 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1281,7 +1281,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
See the documentation of this module for more details.
upgrade |
- WebSocket |
+ - |
Protocol accepted by mod_proxy_http or
mod_proxy_wstunnel for the HTTP Upgrade mechanism
upon negotiation by the HTTP client/browser (per
|