Create site which forwards to :8083/somedir/

Discussion in 'General' started by adrigen, Jan 29, 2013.

  1. adrigen

    adrigen New Member

    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
     
  2. adrigen

    adrigen New Member

    Can I edit the nginx conf file?

    Can manually add these in the nginx conf file or will that screw up ispconfig?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    You can use the nginx Directives field on the Options tab of a web site in ISPConfig to add your custom nginx directives.
     

Share This Page