Remove the proxy_pass and its section altogether. Your config has duplicate routing: first a proxy_pass (apache? But to itself) then a fastcgi route.
If you want pure nginx, remove the location..part with the proxy pass and reboot nginx. Sent from my BlackBerry -----Original Message----- From: Atul Bansal <[email protected]> Sender: [email protected]: Mon, 15 Jul 2013 18:41:59 To: <[email protected]> Reply-To: [email protected] Subject: Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
