From 75dd915e65d2118f31fd28b8141ac1567f1baf2c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 21 Feb 2023 20:27:15 +0300 Subject: [PATCH] fix(docs): update Apache docs to correctly forward WebSockets This revolves #6295 --- examples/web-server/apache/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web-server/apache/README.md b/examples/web-server/apache/README.md index 854f9cdaa6efa..e2b5ba4a1164c 100644 --- a/examples/web-server/apache/README.md +++ b/examples/web-server/apache/README.md @@ -102,7 +102,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - ProxyPass / http://127.0.0.1:3000/ + ProxyPass / http://127.0.0.1:3000/ upgrade=any # required for websockets ProxyPassReverse / http://127.0.0.1:3000/ ProxyRequests Off ProxyPreserveHost On