How To Encrypt Tomcat 8 Connections with Apache or Nginx on Ubuntu 16.04

BOOKMARK LINK:  https://www.digitalocean.com/community/tutorials/how-to-encrypt-tomcat-8-connections-with-apache-or-nginx-on-ubuntu-16-04   sudo nano /etc/nginx/sites-available/default sudo nginx -t sudo systemctl restart nginx sudo systemctl restart tomcat sudo nano /opt/tomcat/conf/server.xml sudo ufw delete allow 8080