Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

proxy_pass nginx example not working #21

Open
garyservin opened this issue Jan 15, 2016 · 3 comments
Open

proxy_pass nginx example not working #21

garyservin opened this issue Jan 15, 2016 · 3 comments

Comments

@garyservin
Copy link

I've followed the instructions on http://tailon.readthedocs.org/en/latest/#usage-with-nginx to get a proxy_pass on my server.

I can see the tailon interface, but the content is never updated. The js console doesn't throw any errors but looking at the network monitor, it seems I'm not able to connect to the websocket

tailon

Did someone else have a similar issue? Thanks!

@CloudSurgeon
Copy link

I was experiencing the same issue. I was using the nginx version from EPEL. I added the nginx repo and installed from there, and things are working now. (nginx/1.8.1)

@gvalkov
Copy link
Owner

gvalkov commented Jan 31, 2016

I just followed the instructions from the documentation with nginx 1.6.2 (the one that comes with debian jessie) and everything seems to work as expected. Could you share the nginx version you are running? Perhaps there is a http proxy between you and your server that doesn't support websockets?

@garyservin
Copy link
Author

I'm using nginx from debs in Ubuntu 14.04

nginx version: nginx/1.4.6 (Ubuntu)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants