NGINX reverse proxy configuration after version 2.1

Amazing! Thanks for sharing the solution.

I had a similar issue and fixed it by adding proxy_set_header Upgrade $http_upgrade; and proxy_set_header Connection "upgrade"; in my Nginx location block for the Duplicati UI.