Skip to content

Commit

Permalink
[UPDATE]README
Browse files Browse the repository at this point in the history
  • Loading branch information
Exrick committed Jul 11, 2018
1 parent f2b364c commit 36448ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
### 技术疑问交流
- 给作者项目Star或捐赠后可加入交流群 `475743731`,还可免费获取 [慕课网学习资源](https://coding.imooc.com/class/203.html) 和 [UI框架](https://github.com/Exrick/xmall/blob/master/study/FlatLab.md) [![](https://pub.idqqimg.com/wpa/images/group.png)](https://shang.qq.com/wpa/qunwpa?idkey=7b60cec12ba93ebed7568b0a63f22e6e034c0d1df33125ac43ed753342ec6ce7)
- 作者博客:[https://blog.exrick.cn](https://blog.exrick.cn)
### 商用授权
- 个人学习使用遵循GPL开源协议
- 商用需联系作者低价授权
### 捐赠
![](https://oweupqzdv.bkt.clouddn.com/FgwHSk1Rnd-8FKqNJhFSSdcq2QVB.png)

![](https://p77xsahe9.bkt.clouddn.com/18-6-28/32845239.jpg)

2 changes: 1 addition & 1 deletion study/Nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
`./configure --prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/lock/nginx.lock --user=nginx --group=nginx --with-http_ssl_module --with-http_stub_status_module --with-http_gzip_static_module --http-client-body-temp-path=/var/tmp/nginx/client/ --http-proxy-temp-path=/var/tmp/nginx/proxy/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi --http-scgi-temp-path=/var/tmp/nginx/scgi --with-pcre`
- `[root@localhost nginx-1.8.0]# make`
- `[root@localhost nginx-1.8.0]# make install`
- `[root@localhost sbin]# mkdir /var/temp/nginx/client -p`
- `[root@localhost sbin]# mkdir /var/tmp/nginx/client -p`
- 进入目录 `cd /usr/local/nginx/`
- 启动 `[root@localhost sbin]# ./nginx`
4. 配置文件目录
Expand Down

0 comments on commit 36448ab

Please sign in to comment.