摘要:
#!/bin/bash systemctl stop firewalld systemctl disable firewalld setenforce 0 # nginx # 安装依赖包 yum -y install pcre-devel zlib-devel gcc gcc-c++ make # 阅读全文
posted @ 2021-08-17 12:08
wuwukai
阅读(45)
评论(0)
推荐(0)
摘要:
#!/bin/bash systemctl stop firewalld systemctl disable firewalld setenforce 0 # Apache #安装依赖包 yum -y install gcc gcc-c++ make pcre pcre-devel expat-de 阅读全文
posted @ 2021-08-17 12:07
wuwukai
阅读(53)
评论(0)
推荐(0)
摘要:
#一、常用的Nginx正则表达式 ^:匹配输入字符串的起始位置 $:匹配输入字符串的结束为止 *: 匹配前面的字符零次或多次。如“ol*”能匹配“o”及“ol”、“oll”等 +:匹配前面的字符一次或多次。如“ol+”能匹配“ol”及“oll”,但不能匹配“o” ?:匹配前面的字符零次或一次,例如“ 阅读全文
posted @ 2021-08-17 12:06
wuwukai
阅读(414)
评论(0)
推荐(0)

浙公网安备 33010602011771号