I have the web interface working fine for years now with no issue. I wanted to add the web interface to work with my nginx server. I changed the virtual directory to /bi , to match the domain.com/bi url. I have tried multiple different proxy pass configurations I could find from various people with different settings that all have it working with no issue. I have LAN interface to not require authentication. If I go to the new bi path of domain.com
ort/bi using the blueiris port I have forwarding to the BI web it still works too. However, I get the web interface to start loading on domain.com/bi , but the 3 line down fails where it says
Checking Session Status... Fail
Then in the bottom right the red box says:
Error contacting blue iris server to check session status.
Status: error
Error: URL: /json
When I view the connections in blue iris, it shows the Anonymous connection with my nginx servers local IP trying to connect. I have tried this in both Chrome and Edge to make sure it wasn't just Chrome. So something is not passing or working with the session checking.
I enabled login auth for all connections because it seems session related, and I got an error when it tries to load the login page. Its doing com/bilogin.htm?page=%2F , it is leaving out the / between bi and login. I am running the latest BlueIris from 12/31, so I think it might be an issue with the syntax somewhere with the logins / sessions for it. Any ideas on a file to mod, or is this a bug the dev needs to fix?

Checking Session Status... Fail
Then in the bottom right the red box says:
Error contacting blue iris server to check session status.
Status: error
Error: URL: /json
When I view the connections in blue iris, it shows the Anonymous connection with my nginx servers local IP trying to connect. I have tried this in both Chrome and Edge to make sure it wasn't just Chrome. So something is not passing or working with the session checking.
I enabled login auth for all connections because it seems session related, and I got an error when it tries to load the login page. Its doing com/bilogin.htm?page=%2F , it is leaving out the / between bi and login. I am running the latest BlueIris from 12/31, so I think it might be an issue with the syntax somewhere with the logins / sessions for it. Any ideas on a file to mod, or is this a bug the dev needs to fix?