Baukeo
Baukeo
I also had the issue with constant reload of the webinterface behind nginx reverse proxy. I managed to resolve this with this config: Add this to nginx.conf, see: https://futurestud.io/tutorials/nginx-how-to-fix-unknown-connection_upgrade-variable ```...
Maybe you problem is this: `proxy_redirect http://127.0.0.1:8200/ /duplicati/;` can you change that into: `proxy_redirect http://127.0.0.1:8200/;`
Maybe just remove the whole redirect option.