Home > Operation and Maintenance > Nginx > Can nginx be installed using yum?

Can nginx be installed using yum?

(*-*)浩
Release: 2019-06-18 10:56:02
Original
4160 people have browsed it

Use yum source to install Nginx server under Linux.

Can nginx be installed using yum?

The first step is to install the yum source of nginx

rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
Copy after login

Can nginx be installed using yum?

The second step, view:

yum info nginx
Copy after login

Can nginx be installed using yum?

## The third step, install:

yum install nginx
Copy after login

Can nginx be installed using yum?

After the installation is completed, nginx has been started. You can view the process:

Can nginx be installed using yum?

More Nginx related technologies Article, please visit the

Nginx Tutorial column to learn!

The above is the detailed content of Can nginx be installed using yum?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template