NTLM

Lucas Rolff lucas at lucasrolff.com
Wed Jan 10 11:39:48 UTC 2018


It’s only available for nginx-plus

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: nginx <nginx-bounces at nginx.org> on behalf of Otto Kucera <ok at h09.org>
Sent: Wednesday, January 10, 2018 12:37:49 PM
To: nginx at nginx.org
Subject: NTLM


Hi all,


I am testing ntlm for a reverse proxy secanrio.


Info:

http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm


this is my config:

upstream http_backend {
    server 127.0.0.1:8080;

    ntlm;
}

server {
           listen 443;
        ...

    location /http/ {
        proxy_pass http://http_backend;
        proxy_http_version 1.1;
        proxy_set_header Connection "";
        ...
    }
}

I always get this error:

nginx: [emerg] unknown directive "ntlm" in /etc/nginx/conf.d/test.conf:4<https://proxy.h09.org/webapp/conf:4>


This is my version:

nginx version: nginx/1.12.2


What do I make wrong? Since version 1.9.2 this option should be possible.


Thanks,

Otto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180110/35cfa3ed/attachment.html>


More information about the nginx mailing list