fix(docs): update Apache docs to correctly forward WebSockets (#6296)

This revolves #6295
This commit is contained in:
Muhammad Atif Ali
2023-02-22 22:51:51 +03:00
committed by GitHub
parent f7c10adb04
commit 457ad74d83

View File

@ -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