mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix(docs): update Apache docs to correctly forward WebSockets (#6296)
This revolves #6295
This commit is contained in:
committed by
GitHub
parent
f7c10adb04
commit
457ad74d83
@ -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
|
||||
|
Reference in New Issue
Block a user