Hello
I have a tiny webserver running on a ESP32 card collecting data from my boiler thanks to the BSB-LAN project. The boiler is 400 miles away from where I usually stay...
That is why I want to be able to access to the webserver from the outside.
The setup is the following:
Remote ESP32 BSB-LAN webserver <--> Remote box running Armbian & docker <--> local Windows machine
I have Swag+Authelia running on my remote box and I can access easily portainer & home assistant through Swag/nginx on my local windows machine with 2FA.
But when I try to access my tiny webserver pages I only get partial output and I do not see any error message in my browser while in debug mode.
When I ssh to the remote box and try to access the webserver with Lynx I get the full result without any problem.
I suspect (but I might be wrong) that the problem is coming from my nginx configuration.
Any suggestion?
Jacques