
nginx
zhaoqhu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
phpcms伪静态nginx
rewrite ^/content-([0-9]+)-([0-9]+)-([0-9]+).html/index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3last; rewrite ^/show-([0-9]+)-([0-9]+)-([0-9]+).html/index.php?m=content&...原创 2018-02-13 15:13:09 · 1225 阅读 · 0 评论 -
ubuntu 14.04LTS 系统下安装nginx
nginx源码安装 说明:使用nginx源码编译的方式安装时,需要先安装nginx的依赖库pcre、zlib、oppenssl。 官网下载地址 http://nginx.org/en/download.html $ wget http://nginx.org/download/nginx-1.15.3.tar.gz $ tar -zxvf nginx-1.15.3.tar.gz $ cd...原创 2018-09-06 17:44:08 · 310 阅读 · 0 评论 -
ubuntu 14.04LTS 系统下安装nginx+php
nginx源码安装 说明:使用nginx源码编译的方式安装时,需要先安装nginx的依赖库pcre、zlib、oppenssl。 官网下载地址 http://nginx.org/en/download.html $ wget http://nginx.org/download/nginx-1.15.3.tar.gz $ tar -zxvf nginx-1.15.3.tar.gz $ cd n...原创 2018-09-13 16:37:44 · 450 阅读 · 0 评论