"WebFaction problems restarting nginx" After updating my website on webfaction nginx kept saying permission denied and when I tried to view my site I … read more
"Mac OS X run nginx as a user process" I do not like having to use sudo to run development servers for testing web applications. sudo should be reserved … read more
"Nginx Enable Directory Listing" Directory listing can be enabled (disabled by default) by adding this: autoindex on; Example usage http{ server { #Server with no … read more
"How to test subdomains on a development machine" I recently documented how I installed Ruby Enterprise and nginx on Mac OS X. Here we see how to make … read more
"413 Request Entity Too Large" The '413 Request Entity Too Large' Error message is because you have filled in a form and are submitting it … read more