mthenw / frontail

📝 streaming logs to the browser. Sponsored by https://cloudash.dev
https://cloudash.dev
MIT License
1.81k stars 249 forks source link

Uncaught ReferenceError: io is not defined #238

Closed SatishPatruni closed 3 years ago

SatishPatruni commented 3 years ago

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

Steps I followed

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

SatishPatruni commented 3 years ago

Seems to be issues with my nginx secuirty configurations. Nevermind

SatishPatruni commented 3 years ago

Maciej Winnicki, good one BTW!