Nginx: Instalando o Nginx no Linux: Difference between revisions

From Wiki
(Criou página com: '= Instalando o Nginx = Vamos instalar o Nginx e Node Package Manager (NPM) 1. Abra um terminal 2. Instale o Nginx '''Fedora.''' $ sudo dnf -y install nginx '''Red Hat...')
(No difference)

Revision as of 23:20, 12 September 2015

Instalando o Nginx

Vamos instalar o Nginx e Node Package Manager (NPM)

1. Abra um terminal

2. Instale o Nginx

Fedora.
$ sudo dnf -y install nginx
Red Hat® Enterprise Linux® / RHEL, CentOS
$ sudo yum -y install nginx


Execute o comando

systemctl start nginx

3. Configurar


Ver também