I'm using the Laravel Websockets package https://beyondco.de/docs/laravel-websockets/getting-started/introduction.
In my local dev server I run it using php artisan websockets:server
and it works fine, but I would like to know how can I run it in my production server (Ubuntu + Apache2).