Re: reverse proxy does not load webpage data

2021-02-07 Thread petrg
Hi Francis, thanks a lot for taking the time to do this basic explanation. I really appreciate that. I think now I know that and where I have to adapt my html code so the nginx can do its work successfully. best regards Peter Posted at Nginx Forum: https://forum.nginx.org/read.php?2,290609,2906

Re: Using $upstream_response_time in add_header shows a dash

2021-02-07 Thread MarioIshac
Maxim Dounin Wrote: --- > Hello! > > On Fri, Feb 05, 2021 at 03:38:16PM -0500, MarioIshac wrote: > > > Hello all, > > > > I have this example nginx.conf: > > https://gist.github.com/MarioIshac/e6971ab0b343da210de62ebb1c6e2f99 > to > > reproduce

Re: Using $upstream_response_time in add_header shows a dash

2021-02-07 Thread Maxim Dounin
Hello! On Fri, Feb 05, 2021 at 03:38:16PM -0500, MarioIshac wrote: > Hello all, > > I have this example nginx.conf: > https://gist.github.com/MarioIshac/e6971ab0b343da210de62ebb1c6e2f99 to > reproduce the behavior. > > I start nginx and an example upstream with: > > python3 -u -m http.server 8

proxy_pass directive don't catch sequence

2021-02-07 Thread Kzone
Hi, The goal is to send correct response when a malformed URL leads to 404 file not found. What happens is that, from times to times, I get a faulty URl like this one : https://FQDN-Server-Adress/server/rest/services/Urbanisme/ChargesUrbanistiques/jsapi/dojo/dojo.js But the required file is loca