nginx error: (99: Cannot assign requested address)

Ref: http://stackoverflow.com/a/13141104/1004587 With Amazon EC2 and elastic IPs, the server doesn't actually know its IP as with most any other server. So you need to tell your linux to allow processes to bind to the non-local address. Just add the following line into /etc/sysctl.conf file: and then reload your sysctl.conf by: which will be fine on reboots.

Install Notes for Varnish 3.0 Configuration Templates by Mattias Geniar

Mattias Geniar has some in-depth configuration for Varnish. However, the install notes are far from complete. Mine doesn't even have any install notes. 🙂 So, here is a quick install guide... In production.vcl, in vcl_fetch, please add the following lines just before return (deliver)... In the same file (production.vcl), in vcl_fetch logic, please remove the … Continue reading Install Notes for Varnish 3.0 Configuration Templates by Mattias Geniar