Learning Continuous Integration with Jenkins(Second Edition)
上QQ阅读APP看书,第一时间看更新

Installing and configuring Nginx

The installation of Nginx on Ubuntu is simple. Follow these steps to install an Nginx server on Ubuntu:

  1. Update the local package index:
        sudo apt-get update
  1. Install nginx using the following command:
        sudo apt-get install nginx