JBG

Results 4 comments of JBG

I'm working with the following config, and I'm getting 60sec timeouts regardless of my proxy_*_timeout values. Thoughts? tcp { ``` upstream websockets { server 127.0.0.1:55674; check interval=3000 rise=2 fall=5 timeout=1000;...

Browsing the source code and a little help from http://stackoverflow.com/questions/12102110/nginx-to-reverse-proxy-websockets-and-enable-ssl-wss#comment16394844_12102112 I was able to get it working with: tcp { upstream websockets { server 127.0.0.1:55674; check interval=3000 rise=2 fall=5 timeout=1000;...

This will also work: `sudo npm install --unsafe-perm -g @beaker/homebase`

FYI, if you're a macOS user, the default vim with macOS does NOT compile vim with Python support, so the plugin will not work. You can verify your flags in...