使用apt安裝nginx時,默認是Ubuntu自帶的源,版本並不是最新的。
可以使用Ubuntu社區愛好者維護源,地址:https://launchpad.net/~nginx/+archive/ubuntu/stable。
安裝方法很簡單:
sudo add-apt-repository ppa:nginx/stable sudo apt-get update
然后安裝nginx即可:
apt-get install nginx
使用apt安裝nginx時,默認是Ubuntu自帶的源,版本並不是最新的。
可以使用Ubuntu社區愛好者維護源,地址:https://launchpad.net/~nginx/+archive/ubuntu/stable。
安裝方法很簡單:
sudo add-apt-repository ppa:nginx/stable sudo apt-get update
然后安裝nginx即可:
apt-get install nginx
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。