Get the App
SLTechnology News&Howtos  ›  Development  › 

How centos6.5 installs nginx through yum

Shulou Source: shulou.com Published: 2022-05-31 22:52:37 09月21日 Update

Today, the editor will share with you the relevant knowledge points about how centos6.5 installs nginx through yum. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article.

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:

These are all the contents of the article "how centos6.5 installs nginx through yum". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.

Tags: Configuration file knowledge article content system different large balanced location most that is more machine core browser status interface knowledge point port Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno MySQL Microsoft Apple Docker Shulou Information