Here’s a down and dirty setup for those running WordPress/Drupal and want to leverage Nginx and php-fpm, php’s built in process manager. Note we can finally get away from that annoying htaccess file (I personally hate ’em, of course others love ’em with the granularity it offers for serving many vhosts/customers, etc). Continue reading
Tag Archives: nginx
Nginx Websocket Support
Fresh off the development branch and to your local dev box, Nginx has released Websocket proxy support within Nginx! In case you’re unfamiliar with Websockets, this protocol is meant to extend our world of HTTP/1.1 by enabling full-duplex communications between a client and server.