Re: Possible bug with "proxy_intercept_errors on; " + "error_page 301 302"?

2023-06-30 Thread Fabiano Furtado Pessoa Coelho
Thanks. On Fri, Jun 30, 2023, 9:44 PM Maxim Dounin wrote: > Hello! > > On Fri, Jun 30, 2023 at 01:24:18PM -0300, Fabiano Furtado Pessoa Coelho > wrote: > > > Hello Maxim... > > > > On Thu, Jun 29, 2023 at 7:00 PM Maxim Dounin wrote: > > > > > > Hello! > > > > > > On Thu, Jun 29, 2023 at 04:29:3

Re: Possible bug with "proxy_intercept_errors on; " + "error_page 301 302"?

2023-06-30 Thread Maxim Dounin
Hello! On Fri, Jun 30, 2023 at 01:24:18PM -0300, Fabiano Furtado Pessoa Coelho wrote: > Hello Maxim... > > On Thu, Jun 29, 2023 at 7:00 PM Maxim Dounin wrote: > > > > Hello! > > > > On Thu, Jun 29, 2023 at 04:29:39PM -0300, Fabiano Furtado Pessoa Coelho > > wrote: > > > > > Hi... > ... > > > "

Re: Documentation of Nginx configuration file directives

2023-06-30 Thread Maxim Konovalov
Hi Sam, On 30.06.2023 12:46, Sam Hobbs wrote: Is there official documentation of the nginx configuration file directives? I find many articles describing nginx configuration files but they do not describe all of the directives, certainly not like official documentation typically does. The of

Documentation of Nginx configuration file directives

2023-06-30 Thread Sam Hobbs
Is there official documentation of the nginx configuration file directives? I find many articles describing nginx configuration files but they do not describe all of the directives, certainly not like official documentation typically does. ___ nginx m

Re: Possible bug with "proxy_intercept_errors on; " + "error_page 301 302"?

2023-06-30 Thread Fabiano Furtado Pessoa Coelho
Hello Maxim... On Thu, Jun 29, 2023 at 7:00 PM Maxim Dounin wrote: > > Hello! > > On Thu, Jun 29, 2023 at 04:29:39PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > > Hi... ... > > "proxy_intercept_errors on;"? > > The "proxy_intercept_errors" handling does not copy any response > headers from th

Re: Accessing electronic resources from outside the corporate network: Proxy or VPN?

2023-06-30 Thread Mauro Tridici
Thank you for you reply, Thomas. My boss also pointed me to the name of EZproxy. But I'm with you and with your suggestion. Do you know of any forums or communities, dedicated to security, from which you can extract information regarding the pros and cons of using proxies or VPN? Mauro > On 3

RE: Accessing electronic resources from outside the corporate network: Proxy or VPN?

2023-06-30 Thread Thomas Ward
I would not consider NGINX a proxy in the form you're looking for - it's not designed to work as a "proxy" server in the sense of what you're looking for, and VPN + internal proxy is the better solution for access to resources subscribed to a company (but that's outside the scope of NGINX and is

Accessing electronic resources from outside the corporate network: Proxy or VPN?

2023-06-30 Thread Mauro Tridici
Dear Users, my boss asked me to implemented a proxy service in order to allow corporate users to access electronic resources, subscribed by our company, also from outside the corporate network (you know, users can work both from office and from home). Unfortunately, I’m a newbie and I’m a litt

Mixing limit_except breaks rewrite functionality: workaround request

2023-06-30 Thread Sten Gruener
Dear all, I trying to mix authentication for POST requests with some rewrite/proxy_pass logic. This mean that password is required only on POST/PUT requests. location /x/ { limit_except GET OPTIONS { auth_basic "Write Access"; auth_basic_user_fi