Install Redmine 2.0.3 Nginx Centos 6
Install Redmine 2.0.3 Nginx Centos 6 Install Redmine 2.0.3 Nginx Centos 6 So I am now using all Nginx servers, goodbye to the bloat of Apache. I have to move our projects site which runs on Redmine over to the new Nginx server and reinstall everything, ruby/rails/passenger phusion, etc. Redmine can be made to run [...]
Continue Reading →WHMCS Nginx Centos 6
WHMCS Nginx Centos 6 WHMCS Nginx Centos 6 Added a new site to our Nginx server and as I go along I am posting all these tutorials for those who want them cause the online docs are rare if any. In this case I am installing WHMCS on the Nginx server. WHMCS runs great on [...]
Continue Reading →Install Ioncube Nginx Centos 6
Install Ioncube Nginx Centos 6 Install Ioncube Nginx Centos 6 I needed to install ioncube to be able to run WHMCS on my new Centos 6.2/Pure Nginx server. Read around for guides or examples and there was none. Also since I am running APC and many said you need Zend installed for ion cube I [...]
Continue Reading →WordPress IPB Nginx Friendly URLS
WordPress IPB Nginx Friendly URLS This is an extension of the IPB FURLs article I posted awhile back http://www.devcu.com/forums/topic/262-furl-friendly-urls-with-ipb-and-nginx/ Wordpress IPB Nginx Friendly URLS I wanted to follow-up with a simple way of doing this for a WordPress site with IPB on Nginx server. The following server block is simple but gets the job done. [...]
Continue Reading →Nginx SSL Secured phpMyAdmin
Nginx SSL Secured phpMyAdmin Nginx SSL Secured phpMyAdmin can be done with a few lines of code in your Nginx server block. Securing your phpMyAdmin login is essential to protecting your databases. When you use a SSL certificate in conjunction with administering your database all information is sent encrypted giving you the best possible protection [...]
Continue Reading →Nginx Proxy External Link Invisibility
Nginx Proxy External Link Invisibility Nginx Proxy External Link Invisibility is a great way to hide your offsite links from users. This nice little server block coding hides an external link, say from another server, and makes it look like its coming from your main domain. For instance: I have domain.com, my main member site [...]
Continue Reading →Creating Nginx SSL Subdomains
Creating Nginx SSL Subdomains Creating Nginx SSL Subdomains is easy but this took me a bit of time to get right. Once I figured out the process most everything else with Nginx became allot easier…First we want to create our subdomain. I am using ISPconfig to do this but any control panel that works solely [...]
Continue Reading →Nginx Auth Basic directory protection
Nginx Auth Basic directory protection Nginx Auth Basic directory protection Protecting directories with auth_basic module in Nginx is easy. Its similar to htaccess but in this case we need to add 2 separate locations in our server block. One for the directory and one for its files. So going to domain.com/admin/ will get you the [...]
Continue Reading →