The Wayback Machine - https://web.archive.org/web/20201114104751/https://github.com/topics/websockets
Skip to content
#

websockets

Here are 2,806 public repositories matching this topic...

ruchit-parikh
ruchit-parikh commented Oct 14, 2020

I am using Laravel 6 and trying to setup websocket on Google Cloud Flex Environment.
This is my nginx-app.conf file

location /ws {
    proxy_pass         "http://127.0.0.1:6001";
    proxy_http_version  1.1;
    proxy_set_header    Upgrade $http_upgrade;
    proxy_set_header    Connection "upgrade";
    proxy_set_header    Host $http_host;
    proxy_set_header    X-Real-IP $remote_add

Improve this page

Add a description, image, and links to the websockets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websockets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.