Send request and response via POST

2021-01-27 Thread Federico Felman
Hello guys, I’ve been assigned to send the request and response to another server via POST. I was able to compile the information needed in log_by_lua_block but I wasn’t able to send it since resty-http says it is disabled in that context. It would be best if it was done without anything external

Re: HTTP/3 with Firefox and forms

2021-01-27 Thread Roman Arutyunyan
Hi Ryan, Thanks for reporting this. Do you observe any errors in nginx error log? — Roman Arutyunyan a...@nginx.com > On 27 Jan 2021, at 19:55, Ryan Gould wrote: > > hello all you amazing developers, > > i check https://hg.nginx.org/nginx-quic every day for new updates being > posted. on mo

HTTP/3 with Firefox and forms

2021-01-27 Thread Ryan Gould
hello all you amazing developers, i check https://hg.nginx.org/nginx-quic every day for new updates being posted.  on monday (Jan 25 2021) i noticed these five new updates: https://hg.nginx.org/nginx-quic/rev/6422455c92b4 https://hg.nginx.org/nginx-quic/rev/916a2e1d6617 https://hg.nginx.org/ng

RE: 2 nginx servers

2021-01-27 Thread Grzegorz Cześnik
I forgot to write about it, but I want to install wordpres on the second server in the future - hence this solution came to mind :) -Original Message- From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Reinis Rozitis Sent: Wednesday, January 27, 2021 12:49 PM To: nginx@nginx.org Su

RE: 2 nginx servers

2021-01-27 Thread Reinis Rozitis
> I want to set up two nginx servers: the first as a reverse proxy that will direct - for starters - to the second nginx server, which will hold two simple static pages as a web server. It's fully possible to have such a setup. > Will such a solution be practical? What do you think? Without k

2 nginx servers

2021-01-27 Thread Grzegorz Cześnik
Hi, I am thinking of a solution: I want to set up two nginx servers: the first as a reverse proxy that will direct - for starters - to the second nginx server, which will hold two simple static pages as a web server. Will such a solution be practical? What do you think? Grzegorz __