Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when reverse proxy #14

Open
loveshell opened this issue Dec 6, 2012 · 4 comments
Open

error when reverse proxy #14

loveshell opened this issue Dec 6, 2012 · 4 comments

Comments

@loveshell
Copy link

cat nginx.conf
server
{
listen 80;
server_name view.test.com;
root /usr/lib/nodejs/maptail/public;
index index.html;

          location / {
            proxy_pass        http://1.1.1.1:4000;
        }

   }

nodejs command
tail -f /data/logs/*.log|maptail -h 0.0.0.0 -p 4000

but it's error

Unexpected response code: 200 :1
Uncaught Error: Uncaught, unspecified 'error' event. simpl.js:86
EventEmitter.emit simpl.js:86
EventStack.emit simpl.js:327
client.onerror

@stagas
Copy link
Owner

stagas commented Dec 6, 2012

probably some incompatibility with some updated version of something. if anyone has the time to fix it or even replace simpl with something more solid that works today I'll be happy to accept the pull and I'll be forever grateful.

@loveshell
Copy link
Author

thx,i had sloved it

@changzheng
Copy link

How are you sloved it?

@peter34861
Copy link

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

No branches or pull requests

4 participants