Setting up an nginx reverse proxy server for SSL connections on a remote virtual machine, with Apache tomcat

Issue solved. On the new installation, it only required removing the line listen 80; and changing proxy_pass http://coanzse.org:8080; to proxy_pass http://127.0.0.1:8080;