Rancher入门到精通-2.0 安装nginx

举报
隔壁老汪 发表于 2022/06/24 22:21:02 2022/06/24
【摘要】 nginx版本选择 http://nginx.org/en/download.html 选择稳定版本 Nginx的版本有: Mainline version:Mainline 是 Nginx 目前主力在做的版本,可以说是开发版。 Stable version:最新稳定版,生产环境上建议使用的版本。 Legacy ver...

nginx版本选择

http://nginx.org/en/download.html

选择稳定版本

Nginx的版本有:

  • Mainline version:Mainline 是 Nginx 目前主力在做的版本,可以说是开发版。

  • Stable version:最新稳定版,生产环境上建议使用的版本。

  • Legacy versions:遗留的老版本的稳定版。

一般就选最新版本,Stable version:最新稳定版。

 

 

http://nginx.org/en/linux_packages.html#RHEL-CentOS

Installation instructions

Before you install nginx for the first time on a new machine, you need to set up the nginx packages repository. Afterward, you can install and update nginx from the repository.

RHEL/CentOS

Install the prerequisites:

sudo yum install yum-utils

To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the following contents:

[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key

[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key

By default, the repository for stable nginx packages is used. If you would like to use mainline nginx packages, run the following command:

sudo yum-config-manager --enable nginx-mainline

To install nginx, run the following command:

sudo yum install nginx

When prompted to accept the GPG key, verify that the fingerprint matches 573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62, and if so, accept it.

 

源码编译版

./configure --user=nobody --group=nobody --prefix=/usr/local/sbin/nginx --with-http_stub_status_module --with-http_gzip_static_module --with-http_realip_module --with-http_sub_module --with-http_ssl_module

 

nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
2019/08/15 11:43:49 [warn] 26143#26143: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:2
2019/08/15 11:43:49 [emerg] 26143#26143: mkdir() "/var/cache/nginx/client_temp" failed (13: Permission denied)

 

 

nginx https

172.21.203.14 - - [15/Aug/2019:13:45:05 +0800] "\x16\x03\x01\x017\x01\x00\x013\x03\x03:\xF6\xAD\xE5`1\xE3\xF9\xFF\xE7\xE3\xE9\xEC\xC4\xBA\x90\xE1\xEE\x11\xD2\x1E\xB8]\xA4\x8Fo.\x85+\xFD$\xC5\x00\x00\xAC\xC00\xC0,\xC0(\xC0$\xC0\x14\xC0" 400 157 "-" "-" "-"

 

 

文章来源: blog.csdn.net,作者:隔壁老瓦,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/wxb880114/article/details/99626218

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。