From 457ad74d83dbecab00fd092ac8ac11077b514bff Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 22 Feb 2023 22:51:51 +0300 Subject: [PATCH] fix(docs): update Apache docs to correctly forward WebSockets (#6296) 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 854f9cdaa6..e2b5ba4a11 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