Using the mirror module

2018-03-13 Thread Kenny Meyer
Hi, I’m having trouble using the new mirror module. I want to mirror incoming requests from Nginx to other upstream servers. 1) a production server 2) a staging server This is my config: server { listen 80 default_server; listen [::]:80 default_server; location / {

Re: Using the mirror module

2018-03-13 Thread Kenny Meyer
an wrote: > > Hi Kenny, > > On Tue, Mar 13, 2018 at 05:37:52PM -0300, Kenny Meyer wrote: >> Hi, >> >> I’m having trouble using the new mirror module. I want to mirror incoming >> requests from Nginx to other upstream servers. 1) a production server 2)

Re: Using the mirror module

2018-03-14 Thread Kenny Meyer
How do you define a resolver? > On 13 Mar, 2018, at 19:36, Roman Arutyunyan wrote: > > On Tue, Mar 13, 2018 at 06:58:25PM -0300, Kenny Meyer wrote: >> Hi Roman, >> >>> Are there any errors in error.log? >> No errors… >> >>>