How to configure Jenkins to run on port 80

后端 未结 13 2176
走了就别回头了
走了就别回头了 2020-12-12 21:45

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 rever

13条回答
  •  独厮守ぢ
    2020-12-12 22:31

    1. Go to /etc/default folder --> Open the file "jenkins"
    2. Modify the line HTTP_PORT=8080 as HTTP_PORT=80
    3. Start jenkins as root by using the command: sudo /etc/init.d/jenkins start
    4. Open a browser and browse as localhost:80

    that's it

提交回复
热议问题