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
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...
> ...
> > > "
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
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
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
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
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
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
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