is nginx support time-based acl?

2019-05-31 Thread baalchina
hi all, I have a Nginx server,which I want to setup a time-based acl, for example, during 8am to 17pm, Nginx accept all connections, during 17pm to 8am nextday, Nginx deny all connections. Different acl may be deployed in different sites. Is this possible? I looked at the ngx_http_access_module,

Proxy to server based on domain name in the auth details

2019-05-31 Thread Brent Clark
Good day Guys Is it possible to have nginx issue an auth prompt, and then proxy to a backend server based on the domain in the username? Regards Brent ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

duplicate listen options for backlog directive for ip:80 and ip:443 pairs ?

2019-05-31 Thread George
I am trying to troubleshoot a duplicate listen options error that only happens on one server and not the other. >From docs at http://nginx.org/en/docs/http/ngx_http_core_module.html backlog listen directive works for each ip:port pair so I should be able to set backlog directive on listen directiv