Reverse proxy: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "Building Nginx for Owncloud and Windows 7 I need this in a Docker container! See https://moblog.wiredwings.com/archives/20110406/webdav-windows-7-and-self-signed-certificat..." |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
Building Nginx for Owncloud and Windows 7 | Building Nginx for Owncloud and Windows 7 | ||
I need this in a Docker container | 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. | |||
See https://moblog.wiredwings.com/archives/20110406/webdav-windows-7-and-self-signed-certificates-howto.html | See https://moblog.wiredwings.com/archives/20110406/webdav-windows-7-and-self-signed-certificates-howto.html |
Revision as of 23:21, 19 December 2016
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