摘要:
location /{ try_files $uri $uri/ /index.php?$query_string; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_spl 阅读全文
摘要:
public function serve(){ $echoStr = $_GET["echostr"]; if($this->checkSignature()){ echo $echoStr; exit; }}//检查签名private function checkSignature(){ $si 阅读全文