How To Configure Jenkins with SSL Using an Nginx Reverse Proxy on Ubuntu 18.04
By default, Jenkins comes with its own built-in Winstone web server listening on port `8080`, which is convenient for getting started. As soon as you’re serious about using Jenkins, however, you should secure it with SSL to protect passwords and other sensitive data transmitted through the web interface.