On Mon, Sep 07, 2020 at 12:02:58PM +0700, Anton Demenev wrote:
Hi there,
> Unfortunately, I can't find information about how Nginx tests configuration
> files.
As far as I know, it's pretty much "do everything apart from actually
listen on ports or write to files".
> In my case I have a two int
Hi everyone!
Unfortunately, I can't find information about how Nginx tests
configuration files.
In my case I have a two internal DNS zones, .develop and .test.
On global http section I added my resolver:
...
http {
resolver 192.168.140.249 valid=300s;
resolver_timeout 1s;
...
And