Setup iRedMail Admin Site in Nginx on Ubuntu 12.04
I had a hell of a time getting this to work and couldn't find a solid answer anywhere so I figured I would post my solution to SO so others may find it useful. I wanted to run all of my SSL sites on a seperate virtual box from my MX server which by iRedMail default is not the case. Getting phpMyAdmin and roundcube going on the new server with nginx was easy and will not be covered here, what was not easy was getting the admin panel running under nginx with uwsgi. The end result of this is one server as the mail server only, and one server running nginx for web administration. I began with