## 安装依赖
`prce`(重定向支持)和`openssl`(`https`支持)
1. `yum install -y pcre-devel`
2. `yum -y install gcc make gcc-c++ wget`
3. `yum -y install openssl openssl-devel`
## 处理`nginx`安装包
[点击下载](http://nginx.org/download/)
1. `wget http://nginx.org/download/nginx-1.13.3.tar.gz`
2. `tar -zxvf nginx-1.13.3.tar.gz`
## 编译安装
```
cd nginx-1.13.3
./configure --prefix=/usr/local//nginx --with-http_ssl_module
make && make install
```
## 设置nginx全局命令
1. 打开`~/.bash_profile`文件
2. 追加以下内容
```
PATH=$PATH:$HOME/bin:/usr/local/nginx/sbin/
export PATH
```
3. 运行`source ~/.bash_profile`
- php
- 安全
- php7
- 特性
- 编译安装
- 源码整体框架
- 基本变量
- thinkphp3.2.3
- thinkphp5.0
- thinkphp6.0
- laravel
- 配置
- 路由
- artisan控制台
- eloquent
- tinker
- composer
- 加密解密
- 小知识点
- 数组
- string
- 代码简洁之道
- 编译
- 语法糖
- lumen
- smarty
- 错题集
- 算法及数据结构
- 线性表结构
- 插入排序
- 冒泡排序
- 数据库
- mysql
- oracle
- PostgreSQL
- redis
- sqlserver
- 前端
- 备忘
- js
- nodejs
- vue
- css
- electron
- vue
- 语法糖
- colorui使用笔记
- 微信小程序
- 操作系统
- windows
- bat
- 快捷键
- linux
- sed
- 问题解决
- git
- docker
- docker-compose
- 正则表达式
- ps
- lua
- 协议相关
- 问题思索
- Golang
- 测试
- 读取和写入json配置文件
- 类
- 接口
- mod
- gin
- fyne
- 禅道二次开发
- 服务
- apache
- 漏洞配置
- http server优化
- nginx
- 安装
- 面试题库
- freeswitch