Clarification on Nginx Unit ASGI

2021-10-20 Thread Ahmad Ismail
aefik docker image or full nginx, probably tens of other solutions. > What I understood is I need to do few more things after installing nginx unit. However, the above quote is not clear to me. Can anyone please explain what he meant by it. And do I need to install other stuf

Re: Clarification on Nginx Unit ASGI

2021-10-21 Thread Ahmad Ismail
Dear Sergey Osokin, Thank you very much for the kind response. That is enough to get me started. *Thanks and Best Regards,Ahmad Ismail* On Thu, Oct 21, 2021 at 7:35 PM Sergey A. Osokin wrote: > Hi Ahmad, > > hope you're doing well these days. > > On Thu, Oct 21, 2021

Can I serve CLI Applications using Nginx

2022-06-22 Thread Ahmad Ismail
APP will output json (for REST API). Here, `ADD_UI --output web` will add HTML, CSS, JS etc. to the JSON output. Can Nginx help me send the requests to CLI_APP via STDIN and serve the final output of ADD_UI --output web? Thanks and Best Regards, Ahmad Ism

Re: Can I serve CLI Applications using Nginx

2022-06-22 Thread Ahmad Ismail
the outputs to get the final response*. How can I do that? Do I need to extend nginx in any way (like creating any module or something like that)? Or is there already a solution i do not know about? *Thanks and Best Regards,Ahmad Ismail* On Wed, Jun 22, 2022 at 11:24 PM Lyndon Nerenberg (VE7TFX

Re: Can I serve CLI Applications using Nginx

2022-06-23 Thread Ahmad Ismail
the response back to the client. *Thanks and Best Regards,Ahmad Ismail* On Wed, Jun 22, 2022 at 11:24 PM Lyndon Nerenberg (VE7TFX/VE6BBM) < lyn...@orthanc.ca> wrote: > Ahmad Ismail writes: > > > Can Nginx help me send the requests to CLI_APP via STDIN and serve the > >

Re: Can I serve CLI Applications using Nginx

2022-07-04 Thread Ahmad Ismail
Thank you very very much for taking the time to help me. On Sat, Jul 2, 2022 at 2:54 PM Francis Daly wrote: > On Thu, Jun 23, 2022 at 07:13:34PM +0600, Ahmad Ismail wrote: > > Hi there, > > > will it be a bad idea to extend nginx (ex. create a module) to serve > > my