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,
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
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