running wss on port 6001 #1475
-
|
Hello, I secured both the backend and front end apps using valet secure I tried to edit the Nginx config file for backend.test but didn't find a proper way to do it. I read that I have to put under when i run if anyone knows how to help me run wss on valet it'll be appreciated.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Did you use the valet proxy command to create the site in nginx?
|
Beta Was this translation helpful? Give feedback.
-
|
if anyone else needs to make secure websockets work with soketi and laravel valet, I wrote this tutorial that might be useful https://ahmadyousef.me/blog/11 |
Beta Was this translation helpful? Give feedback.
@drbyte Thanks for the info,
I did manage to solve the problem by removing pusher_port= 6001
PUSHER_PORT=.. I think that's something!