I'm currently using the auth_request directive and caching the result based
on a guid + IP address:
>location /auth {
>internal;
>
>proxy_pass_request_body off;
>proxy_pass $upstream_server/auth?id=$guid&requestor=$last_client_ip;
>
>proxy_cache auth_cache;
>set $auth_cache_k
It did. Thank you!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,280578,280589#msg-280589
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Ok, never mind. It was working all along. My HOSTS file was screwing me up and
pointing to a local instance that did not have this config.
___
Michael Friscia
Office of Communications
Yale School of Medicine
(203) 737-7932 - office
(203) 931-5381 - mobile
h
Hello!
On Thu, Jul 19, 2018 at 10:57:48PM -0400, dyadaval wrote:
> Hello,
> Without stream modules, nginx cross compiles well.
nginx does not support cross-compilation.
Consider using native compilation instead.
--
Maxim Dounin
http://mdounin.ru/
___
I have a regex that works in an online tool but when I put this into my
configuration file it is not working.
The problem is that I want all URLs that start with /info to be redirected with
the exception of one unfortunately named PDF file. This regex tests perfectly
in an online tool
^/info(\/