Reverse proxy
From Wildsong
Building Nginx for Owncloud and Windows 7
I need this in a Docker container so that I can load it in the Synology server.
Windows is a pain. I had to configure digest authentication to get it to talk to the Owncloud server.
and https://www.nginx.com/resources/wiki/modules/auth_digest/
git clone https://github.com/samizdatco/nginx-http-auth-digest.git cd nginx-1* ./configure --add-module=../nginx-http-auth-digest/ --with-http_ssl_module --with-cc-opt=-Wno-error make sudo make install