摘要: location /{ try_files $uri $uri/ /index.php?$query_string; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_spl 阅读全文
posted @ 2020-05-29 15:16 烈焰螺旋 阅读(377) 评论(0) 推荐(0) 编辑
摘要: public function serve(){ $echoStr = $_GET["echostr"]; if($this->checkSignature()){ echo $echoStr; exit; }}//检查签名private function checkSignature(){ $si 阅读全文
posted @ 2020-05-29 11:36 烈焰螺旋 阅读(713) 评论(0) 推荐(0) 编辑