On Fri, Sep 17, 2021 at 02:36:11PM -0300, Fabiano Furtado Pessoa Coelho wrote:
> On Thu, Sep 16, 2021 at 7:37 PM Francis Daly wrote:
> > On Thu, Sep 16, 2021 at 04:25:59PM -0300, Fabiano Furtado Pessoa Coelho
> > wrote:
Hi there,
> > > The only valid configuration I've found to intercept errors
Hi Francis...
On Thu, Sep 16, 2021 at 7:37 PM Francis Daly wrote:
>
> On Thu, Sep 16, 2021 at 04:25:59PM -0300, Fabiano Furtado Pessoa Coelho wrote:
>
> Hi there,
>
> > Is it possible to use "proxy_intercept_errors on" with @location?
>
> Yes; but it is only useful if "proxy_pass" sees the
> "prox
On Thu, Sep 16, 2021 at 04:25:59PM -0300, Fabiano Furtado Pessoa Coelho wrote:
Hi there,
> Is it possible to use "proxy_intercept_errors on" with @location?
Yes; but it is only useful if "proxy_pass" sees the
"proxy_intercept_errors". Which means: if the config directives are in,
or are inherite
Hello...
I have the following issue...
Is it possible to use "proxy_intercept_errors on" with @location?
Invalid config:
location /images/ {
proxy_intercept_errors on;
try_files $uri @backend;
}
location / {
try_files $uri @backend;
}
location @backend {
proxy_set_heade