Re: allow access to certain client addresses or use auth_basic

2015-04-01 Thread basti
Thanks a lot! On 30.03.2015 21:21, Francis Daly wrote: > On Mon, Mar 30, 2015 at 10:45:49AM +0200, basti wrote: > > Hi there, > >> is there a way to do following in nginx server or location config. >> >> 1. allow access to certain client addresses >> 2. if the ip is not in the list, allow access b

Re: allow access to certain client addresses or use auth_basic

2015-03-30 Thread Francis Daly
On Mon, Mar 30, 2015 at 10:45:49AM +0200, basti wrote: Hi there, > is there a way to do following in nginx server or location config. > > 1. allow access to certain client addresses > 2. if the ip is not in the list, allow access by ngx_http_auth_basic_module Yes. http://nginx.org/r/satisfy

allow access to certain client addresses or use auth_basic

2015-03-30 Thread basti
Hello Mailing list, is there a way to do following in nginx server or location config. 1. allow access to certain client addresses 2. if the ip is not in the list, allow access by ngx_http_auth_basic_module Thanks for any help. Best Regards, Basti __