Hi guys, I noticed that there is a bit of information here about people using Nginx and configuring it, however I did want to share a bit about a script called Centminmod, used for setting up Nginx along side Apache, with configuration options such as Xcache configuration, APC configuration, MariaDB 5.2 installation (NoSQL database), and much more. Centminmod does not currently setup Varnish. For first time linux users, to people who install several (to many) virtual instances for benchmarking and testing, it is convenient and easy to have installers that setup and configure a working nginx environment. For more information you can visit Centminmod's site at: http://centminmod.com/ However if you are looking to install this to your current Centos installation (this is not compatible with control panels, install only to a Fresh Centos install) here is a simple one liner to get you started: cd /usr/local/src; wget http://vbtechsupport.com/centminmenu/centmin-v1.2.2-eva2000.20.zip; unzip centmin-v1.2.2-eva2000.20.zip; cd centmin-v1.2.2mod && chmod +x centmin.sh; ./centmin.sh Code (markup): I hope this helps you guys as much as it has helped me. Best regards
Been using Centmin Mod for a while myself. You should also check out the latest Centmin Mod 1.2.3 beta feature set - lots of stuff added http://centminmod.com/centminmod_v123.html