You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
cat nginx.conf
server
{
listen 80;
server_name view.test.com;
root /usr/lib/nodejs/maptail/public;
index index.html;
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
The text was updated successfully, but these errors were encountered: