Deploying Soketi to Laravel Forge – Part 2

In Part I of this tutorial we learnt how to install and deploy Soketi to our Laravel Forge servers.
Currently, Soketi is accessible over our server’s IP address, behind port 6001. In this post we’re going to modify our setup so that we can access our socket server via socket.my-domain.com. We’ll do this by using an Nginx reverse proxy.Laravel