Hello,
I am trying to configure Plesk to forward a subdomain to a locally running tornado webserver. I am running nginx.
Up to now I just started tornado and had it listening at a certain port. It is working fine if I call subdomain.domain.com:port/page.
However, I would like now to be...