how to pass body_bytes_sent to reversed proxy when downloading has been done?

2022-06-20 Thread alireza
Hello how to pass body_bytes_sent to reversed proxy when downloading has been done? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294537,294537#msg-294537 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...

Re: nginx redirects all requests to root

2022-06-20 Thread li...@lazygranch.com
On Mon, 20 Jun 2022 17:23:23 -0400 "_lukman_" wrote: > server > { >listen 443 default_server ssl; >listen [::]:443 ssl http2; >server_name dummysite.io www.dummysite.io; >ssl_certificate /etc/letsencrypt/live/dummysite.io/fullchain.pem; # > managed by Certbot >ssl_certifica

nginx redirects all requests to root

2022-06-20 Thread _lukman_
Hello Everyone. My first post as I am new to this forum, as well as nginx. I have an ecu instance where I host my files. I have a landing page placed in root and an admin area placed in /app folder. However, all requests somehow redirect to the root. My script is below. I dont know what I am doing

access to "sent_bytes_length" and send it to API when the user cancel downloading

2022-06-20 Thread alireza
Hello my friends I want to access "sent_bytes_length" of file which has been downloaded incompletely by user and send it to http://locahost:8080 My API is written by nodejs I tried ngx.fetch and r.subrequest to handle it inside "custom access log function" by NJS but it does not allow me to use

Re: Support for nginx-1.14.2

2022-06-20 Thread Sergey A. Osokin
Hi, hope you're doing well. On Mon, Jun 20, 2022 at 01:37:48PM +, Mithilesh Wachasunder (mwachasu) via nginx wrote: > > Had a question, is nginx-1.14.2 declared as EOL(End of Life)? Well, the support can be discussible. Is there any specic usecase to support so legacy version? Thank you.

RE: Support for nginx-1.14.2

2022-06-20 Thread Thomas Ward
It is my understanding that a stable release is consudered unsupported when a new stable release is cut from the mainline branch which happens yearly. I would also surmise that 1.14 which is *years* old at this point is beyond its lifespan. Sent from my Galaxy Original message ---

Support for nginx-1.14.2

2022-06-20 Thread Mithilesh Wachasunder (mwachasu) via nginx
Hello team Had a question, is nginx-1.14.2 declared as EOL(End of Life)? Thank you Mithilesh ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org