Re: auth_request with vhost conf files

2020-04-08 Thread Francis Daly
On Wed, Apr 08, 2020 at 05:12:59AM -0400, lsces wrote: > Francis Daly Wrote: Hi there, > > I'm not quite sure where "the thing that handles the /auth/auth.php > > request" is running. "proxy_pass" is for "something other than this > > server{} block", so if this "local link" is effectively remote

RE: Configure nginx a reverse proxy https for IIS backend

2020-04-08 Thread Johan Gabriel Medina Capois
Thank for your interest We make it run well, the request parameter missing was ignore_invalid_headers off; Regards -Original Message- From: Aleksandar Lazic Sent: Tuesday, April 7, 2020 5:52 PM To: nginx@nginx.org; Johan Gabriel Medina Capois Subject: Re: Configure nginx a reverse pro

Re: auth_request with vhost conf files

2020-04-08 Thread lsces
Francis Daly Wrote: > > do need the > > resolver 8.8.8.8; > > proxy_pass > https://indiastudycircle.org/auth/auth.php?content_id=$query; > > > > but is there another way of getting it to use a local link to the > vhost > > defined server? > > I'm not quite sure where "the thing that handles the

Re: Empty file "off" under /usr/local/nginx/

2020-04-08 Thread q1548
Thanks, Oleg. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287577,287582#msg-287582 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Empty file "off" under /usr/local/nginx/

2020-04-08 Thread Oleg A. Mamontov
On Wed, Apr 08, 2020 at 01:15:05AM -0400, q1548 wrote: Hello, I found an empty file "off" under /usr/local/nginx/, then I deleted it, this empty file be automatically recreated, why? Sounds like there is 'error_log off;' somewhere in your configuration. Thanks. Posted at Nginx Forum: https

Re: auth_request with vhost conf files

2020-04-08 Thread Francis Daly
On Mon, Apr 06, 2020 at 08:35:58PM -0400, lsces wrote: Hi there, > The question now is do I have the right setup for proxy_pass > > do need the > resolver 8.8.8.8; > proxy_pass https://indiastudycircle.org/auth/auth.php?content_id=$query; > > but is there another way of getting it to use a l