-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Reverb Version
v1.6.0
Laravel Version
12
PHP Version
8.4.14
Description
Setting REVERB_SERVER_PATH=value in env does not replace the default http://host/app to http://host/value
Steps To Reproduce
- setup reverb behind nginx by following: https://laravel.com/docs/12.x/reverb
- ensure that the client can communicate to
http://host/app/....via websocket - attempt to replace
REVERB_SERVER_PATH=valuein.env - restart reverb
- restart nginx
- test the client
- observe that without any change in the client it still happily connect in the
/apppath - update the path where client connect
- test then you will get the connection to
pathwas not upgraded to websocket, - update nginx
locationwith the desired path - restart nginx
- test again
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels