Check if variable exists in file, Using file contents for variable handling

2013-08-29 Thread spacecwoboy
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

Re: Cookie/Session Expired - OWA SSL Reverse Proxy

2013-08-16 Thread spacecwoboy
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

Cookie/Session Expired - OWA SSL Reverse Proxy

2013-08-14 Thread spacecwoboy
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..