Reverse proxy

From Wildsong
Revision as of 21:03, 19 December 2016 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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-certificates-howto.html

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