centOS下安裝最新nginx

2021-08-17 05:46:43 字數 988 閱讀 1700

## 摘抄nginx官網文件

url:

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

[nginx]

name=nginx repo

baseurl=

gpgcheck=0

enabled=1

replace 「os」 with 「rhel」 or 「centos」, depending on the distribution used, and 「osrelease」 with 「6」 or 「7」, for 6.x or 7.x versions, respectively.

執行如下命令進行yum安裝nginx

yum install nginx
檢視nginx版本

# 檢視nginx版本

nginx -v

# 檢視編譯引數

nginx -v

檢視安裝目錄

rpm -ql nginx 或 whereis nginx
檢視配置檔案

# 用於日誌切割

/etc/logrotate.d/nginx

配置反向**

1). 進入安裝目錄

2). vi nginx.conf

3). 在server內配置

location /interf/

location /static/

4). 重啟nginx

/etc/sbin/nginx -s reload

注意:此處路徑最後都需加上/,避免**路徑出錯!

最新CentOS 下安裝最最新XAMPP詳細教程

現在php的整合執行環境越來越多,個人比較喜歡xampp,更新速度快,好用,安裝便捷。cd 進入到檔案的根目錄 cd usr 給出許可權 chmod x xampp linux x64 7.4.7 0 installer.run 執行安裝 xampp linux x64 7.4.7 0 instal...

nginx安裝 Centos7安裝nginx

在安裝nginx前首先要確認系統中安裝了gcc pcre devel zlib devel openssl devel。yum y install gcc pcre devel zlib devel openssl openssl devel 解壓 tar zxvf nginx 1.9.9.tar....

linux centOS 下安裝配置nginx

解壓好後移至目錄 root vm 0 15 centos nginx cd nginx 1.5.9 設定nginx安裝目錄,如果沒有指定,預設為 usr local nginx root vm 0 15 centos nginx 1.5.9 configure prefix usr local ng...