NTLM sharepoint when use nginx reverse proxy

Francis Daly francis at daoine.org
Sun Feb 25 21:17:54 UTC 2018


On Sun, Feb 25, 2018 at 11:34:17AM -0500, sonpg wrote:

Hi there,

> i using nginx to reverse proxy for sharepoint site: ecm.test.com:80 and
> redirect test.com:80 to https://test.com:443.
> it show "nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in
> use)"

You have something other than this nginx running, which is listening on port 80.

One nginx with two server{} blocks which each "listen 80" is ok. Two
separate nginxs which each "listen 80" is not ok.

Maybe you have an old nginx running, maybe you have another web server running.

Make sure nothing is listening on port 80 before you start this nginx.

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list