Hi
I am trying to create a dynamic auth address
# grab ssoid
map $cookie_SSOID $ssoid_cookie {
default "";
~SSOID=(?P.+) $ssoid;
}
location /imaadmin/ {
proxy_cache off;
proxy_pass http://IMAAdmin;
auth_request /sso/validate?SSOID=$ssoid_cookie&a=imaadmin;
Hello Nginx users,
Now available: Nginx 1.11.5 for Windows
https://kevinworthington.com/nginxwin1115 (32-bit and 64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announce
Changes with nginx 1.11.511 Oct 2016
*) Change: the --with-ipv6 configure option was removed, now IPv6
support is configured automatically.
*) Change: now if there are no available servers in an upstream, nginx
will not reset number of
Greetings group,
I have posted the same questions elsewhere, hope its not against the policy.
One of the modules that is often employed *ngx_http_limit_req_module*
has the following precaution in the documentation:
*If the **zone storage is exhausted, the server will return the 503*
*(Service T