Disable Apache2 auto-start on Ubuntu Posted on 2014-07-26 [Saturday] by Jay Jay Reply Disabled Apache2 with: update-rc.d -f apache2 remove
301 permanent HTTP redirects with Nginx Posted on 2014-07-26 [Saturday] by Jay Jay Reply According to this article: rewrite ^/store/view/product/(.*) /store/view.jsp?product=$1 permanent;
Installing nginx and php5-fpm on Ubuntu Posted on 2014-07-26 [Saturday] by Jay Jay Reply Followed these instructions!