unsubscribe
At 2020-03-19 19:54:13, "David Ni" wrote:
unsubscribe
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
hen logged_in cookie is
set?
Thanks
At 2019-03-22 16:03:23, "Francis Daly" wrote:
>On Fri, Mar 22, 2019 at 02:47:36PM +0800, David Ni wrote:
>
>Hi there,
>
>> Who can help with this?Thanks very much.
>
>The question looks very like the one at
>https
hen logged_in cookie is
set?
Thanks
At 2019-03-22 16:03:23, "Francis Daly" wrote:
>On Fri, Mar 22, 2019 at 02:47:36PM +0800, David Ni wrote:
>
>Hi there,
>
>> Who can help with this?Thanks very much.
>
>The question looks very like the one at
>https
gged_in=1;Domain=.bddev.test.net;Path=/;Max-Age=31536";
}
}
but nginx failed to start,
seem it is not possible to set "if" block like this,do you know how to check
whether cookie value?
At 2019-03-22 16:03:23, "Francis Daly" wrote:
>On Fri, Mar 22, 2019 at
Hi Experts,
Who can help with this?Thanks very much.
At 2019-03-15 16:36:22, "David Ni" wrote:
Hi Nginx Experts,
I have one requirement right now,we are using nginx with ldap auth(I
compiled nginx with auth_ldap module),and I created many servers like
datanode02.bdde
Hi Nginx Experts,
I have one requirement right now,we are using nginx with ldap auth(I
compiled nginx with auth_ldap module),and I created many servers like
datanode02.bddev.test.net datanode03.bddev.test.net,I have successfully
conigured nginx with ldap auth,so when I access these servers
/ {
proxy_pass http://datanode03:16010/;
more_clear_headers "X-Frame-options";
add_header Set-Cookie
"myauth=true;Domain=.bddev.test.net;Path=/;Max-Age=31536000";
sub_filter_types *;
sub_filter_once off;
}
}
am I correct?
At 2019-01-11 07:01:31, &quo
Hi Experts,
I have one requirement right now,we are using nginx with ldap auth,and I
create many servers like datanode02.bddev.test.net
datanode03.bddev.test.net,so if I access these servers ,we need to input the
correct username and password which stored in ldap,my requirement is that
whe