Fork me on GitHub
摘要: 一、Apache服务器上安装httpd yum install httpd -y 二、生成包含IP地址的新页面 echo 192.168.1.4 > /var/www/html/index.html 三、开启服务,并设置为开机自启动 systemctl start httpd systemctl e 阅读全文
posted @ 2021-06-07 18:52 Alex-Lzy 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ngx_http_referer_module模块: 用来阻止Referer首部无有效值的请求访问,可防止盗链valid_referers none|blocked|server_names|string ...;定义referer首部的合法可用值,不能匹配的将是非法值 none:请求报文首部没有r 阅读全文
posted @ 2021-06-07 16:18 Alex-Lzy 阅读(91) 评论(0) 推荐(0) 编辑