Is there a way to check a variable against file contents for processing? A
couple scenarios below.
This is used here, but adding multiple agents can get burdensome:
if ($http_user_agent ~ (agent1|agent2|Foo|Wget|Nmap|BadAgent) ) {
return 403;
}
I'd like to maintain a file with all the varia
Jonathan Matthews Wrote:
---
> On 14 August 2013 18:20, spacecwoboy wrote:
> > Hi.
> >
> > Trying to configure a reverse proxy to allow external access to an
> outlook
> > web access server. I am able to route traf
Hi.
Trying to configure a reverse proxy to allow external access to an outlook
web access server. I am able to route traffic through the NGINX to the OWA
server, present the web page, and place the username & pw into the form.
OWA rejects valid username/pwd's with a: "Your session has timed out..