mthenw/frontail

Uncaught ReferenceError: io is not defined

SatishPatruni opened this issue · 2 comments

Not sure what I am doing wrong. Attached the screenshot.

Steps I followed

  • npm i frontail -g
  • Setup nginx config
  • Started with frontail -p 1900 /home/ubuntu/jlkjlkjljl.log

Nginx config
`server {
listen 80;
listen [::]:80;

    server_name logs.xyxyyxy.com;

    location / {
            proxy_pass http://localhost:1900;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection 'upgrade';
    }

}
`

Screenshot 2021-06-21 183523

Seems to be issues with my nginx secuirty configurations. Nevermind

Maciej Winnicki, good one BTW!