Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How centos6.5 installs nginx through yum

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how centos6.5 installs nginx through yum. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Linux installation nginx and configuration tutorials for your reference, the details are as follows

The following is: centos6.5 installs nginx through yum

Note that No package nginx available needs to install epe first:

Yum install epel-release

After installing epel

Yum-y install nginx

After installation is complete

Service nginx start starts nginx

You can see the interface of nginx by visiting the machine ip in the browser.

If you cannot access it, check the status of the linux firewall. Increase access to port 80

After nginx starts, we need to modify the configuration file as needed. We can first use ps-ef | grep nginx to view

Here is the configuration file currently used by nginx

Worker_processes is generally set to the number of system cores (check how many cores of the system more / proc/cpuinfo | grep "physical id" | grep "0" | wc-l)

/ etc/nginx/conf.d/ contains additional configuration files.

Then configure it here, such as the location of some static resources.

For example, I want all files under / data/html to be accessed through nginx load balancer. Simply modify the configuration as follows:

Thank you for reading! This is the end of the article on "how to install nginx through centos6.5 through yum". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report