Fastcgi_pass, resolver, and validating functionality.

Maxim Dounin mdounin at mdounin.ru
Thu Dec 8 13:57:43 UTC 2016


Hello!

On Wed, Dec 07, 2016 at 03:39:11PM -0500, ahamilton9 wrote:

> I've tried recreating the configuration on my local machine, and it works
> just fine. Really confusing. I don't understand why I get absolutely no DNS
> traffic on my nginx server (beyond the few calls from other services). Not a
> single call from nginx. 

The behaviour you describe suggests that the reason for what you 
see is an upstream explicitly or implicitly configured elsewhere.

That is, look for something like

    fastcgi_pass php:9000;

elsewhere in your config.

-- 
Maxim Dounin
http://nginx.org/


More information about the nginx mailing list