So I've got my site setup with nginx and gunicorn.
However I'm not using port 80 for the site, instead I'm using port 8888. Is it possible to tell the domain name to use port 8888 instead of 80 when connecting through mydomain.net
?
Currently I will have to connect with mydomain.net:8888
. Can this be done with nginx if it cannot be done on the domain name side?