摘要: | ## Rewrite和常用指令 | | | | rewrite 常用正则表达式说明 小括号()之间匹配的内容,可以在后面通过$1来引用,$2表示的是前面第二个()里的内容。正则里 面容易让人困惑的是\转义特殊字符。 | | | | ## 一、rewrite实例 | | | | ### rewri 阅读全文
posted @ 2021-08-18 23:26 破碎的屋檐 阅读(2647) 评论(0) 推荐(0) 编辑
摘要: nginx模块添加 下载需要添加的模块 git clone https://github.com/cuber/ngx_http_google_filter_module [root@web-nginx ~]# nginx -V nginx version: nginx/1.20.1 built by 阅读全文
posted @ 2021-08-18 09:53 破碎的屋檐 阅读(59) 评论(0) 推荐(0) 编辑
摘要: php编译安装 1.依赖包 #编译环境依赖包 [root@localhost ~]# yum -y install gcc gcc-c++ glibc automake autoconf libtool make [root@localhost ~]# mkdir -p /usr/local/php 阅读全文
posted @ 2021-08-18 09:36 破碎的屋檐 阅读(119) 评论(0) 推荐(0) 编辑