Citadel: unable to get to the admin page in the browser
I have a Debian server on Linode with the hostname plato.yourdomain.com. I already have Phusion Passenger and Nginx installed, and I'm able to get quickie index.html pages of mydomain1.com and mydomain2.com to show up in my browser as expected.
I've installed the packages citadel-suite and citadel-mta. I went through the setup procedure, and I set /etc/default/webcit to use port 8080 for the HTTP port and 4343 for the HTTPS port. (Keep in mind that port 80 is used for the main web site.) I've changed my IPtables to allow rather than block ports 8080 and 4343.
My questions:
1. Exactly what are the URLs (such as XXX.mydomain1.com and XXX.mydomain2.com) where I can expect to see the Citadel admin interface? When I go to
2. Besides restarting Nginx and Citadel services (which I have already done), what else do I need to do to see the Citadel admin interface?