Ubuntu 安装Nginx

Posted hausthy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装Nginx相关的知识,希望对你有一定的参考价值。

apt-get update
apt-get upgrade -y
apt-get install -y python-software-properties software-properties-common
#如果你的Ubuntu上没有add-apt-repository命令,就执行这一步。
add-apt-repository ppa:nginx/stable
apt-get update
apt-get install -y nginx-extras

 

以上是关于Ubuntu 安装Nginx的主要内容,如果未能解决你的问题,请参考以下文章

sh 从源代码为Ubuntu 14.04安装最新的nginx

ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段

ubuntu安装nginx

ubuntu安装nginx

sh 在Ubuntu 14.04上从源代码安装Nginx,OpenSSL和ngx_pagespeed

Ubuntu16.04安装及配置nginx