Skip to content

Commit 457ad74

Browse files
authored
fix(docs): update Apache docs to correctly forward WebSockets (#6296)
This revolves #6295
1 parent f7c10ad commit 457ad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-server/apache/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
ErrorLog ${APACHE_LOG_DIR}/error.log
103103
CustomLog ${APACHE_LOG_DIR}/access.log combined
104104
105-
ProxyPass / http://127.0.0.1:3000/
105+
ProxyPass / http://127.0.0.1:3000/ upgrade=any # required for websockets
106106
ProxyPassReverse / http://127.0.0.1:3000/
107107
ProxyRequests Off
108108
ProxyPreserveHost On

0 commit comments

Comments
 (0)