Re: Can I serve CLI Applications using Nginx

2022-07-02 Thread Francis Daly
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 purpose instead of using inetd? Is it possible to make a module that > will give the HTTP request to `Command1 | Command2 | CommandN`, then build >

Re: Reverse proxy question

2022-07-02 Thread Francis Daly
On Thu, Jun 23, 2022 at 08:19:06AM +0300, Saint Michael wrote: Hi there, > I have these substitution rules: > subs_filter "https://www.postimees.ee"; "https://postimees.oneye.us"; gir break; > subs_filter "www.postimees.ee" "postimees.oneye.us" gir break; > subs_filter "http://(.*).postimees.ee/(

Re: Reverse proxy to traefik

2022-07-02 Thread Francis Daly
On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez wrote: Hi there, > I need to forward HTTP/HTTPS stream to a traefik within docker container. > Additionally, this traefik is also SSL termination. And just at this point > where I am stuck, as the SSL management against Let's Encr