Search results

  1. U

    BI HTTPS with Nginx Reverse Proxy

    This javascript function inside the (UI2) login.htm page would most likely be why. function LeaveLoginPage() { $.cookie("session", existingSession, { path: "/" }); var page = UrlParameters.Get("page"); if (page == "") page = "/"; location.href = page; } Switch this line page = "/"; To this...
  2. U

    BI HTTPS with Nginx Reverse Proxy

    I had that happen. In my case I believe it was an issues of conflicting cookies. I simply cleared my cookies.
  3. U

    BI HTTPS with Nginx Reverse Proxy

    I guess I need 5 post to send a PM so here is post # 5!
  4. U

    BI HTTPS with Nginx Reverse Proxy

    Just installed UI2. Pretty nice!! Im getting 9 FPS on my cheap low quality cameras and around 3 FPS on my higher quality hiks. I was able to increase the FPS to about 6 by decreasing the JPEG quality and scale under the cameras webcast properties. Note FPS measurements were taken over the...
  5. U

    BI HTTPS with Nginx Reverse Proxy

    I am unfamiliar with setting up IP Cam Viewer in conjunction with Blue Iris. If you point me to a forum post or share the connection string I can try it on my system and report back.
  6. U

    BI HTTPS with Nginx Reverse Proxy

    My config is almost identical to Nayr's guide for Domoticz (posted above). I added proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; to the location block of the proxy so blue iris could log the IPs of the incoming connections. Maybe try...
  7. U

    BI HTTPS with Nginx Reverse Proxy

    Signed up to say I have an Nginx reverse proxy set up in a Freenas jail with Letsencrypt and so far it has been working great through the web browser and the Blueiris app.
Top