How to configure Jenkins to run on port 80
问题 I'm running Ubuntu 11.10 and have run sudo apt-get install jenkins to install Jenkins on this system. I've seen some tutorials on how to setup a reverse proxy (Apache, Nginx, etc), however this is a VM dedicated for just jenkins and I'd like keep it as lean as possible while having jenkins running on port 80. I've found the upstart config in /etc/init/jenkins.conf and modified the port to 80 env HTTP_PORT=80 When I start jenkins via service jenkins start , ps reveals that it runs for a few