最新二开微交易系统股票配资理财程序源码附教程
测试环境:Nginx + PHP7.0 + MySQL5.6 + thinkphp伪静态
访问order.html 挂着html 会自动更新采集行情 修复几处漏洞
设置 Nginx 为:
location ~* (runtime|application)/{ return 403; } location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }