Some of my sites will be Plone sites. Plone uses the server application Zope, which will be running on port 8083, and each site instance will have it's own path after the port number. What is the technique for setting up sites like this under ispconfig so that the url gets rewritten? e.g. www.site1domain.bogus > myserver.bogus:8083/site1 www.site2domain.bogus > myserver.bogus:8083/site2
Can I edit the nginx conf file? Can manually add these in the nginx conf file or will that screw up ispconfig?
You can use the nginx Directives field on the Options tab of a web site in ISPConfig to add your custom nginx directives.