Re:unsubscribe

2020-03-25 Thread David Ni
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

Re:Re: nginx servers share session or cookies

2019-03-25 Thread David Ni
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

Re:Re: nginx servers share session or cookies

2019-03-25 Thread David Ni
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

Re:Re: nginx servers share session or cookies

2019-03-24 Thread David Ni
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

Re:nginx servers share session or cookies

2019-03-21 Thread David Ni
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

nginx servers share session or cookies

2019-03-15 Thread David Ni
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

Re:Re: share cookies between servers

2019-01-11 Thread David Ni
/ { 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

share cookies between servers

2019-01-10 Thread David Ni
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