奇迹熊猫微乐搭建新版破解授权文件没测试,不知道是不是完美破授权,自行研究,是比较新的但不包成功授权,介意勿拍,跟个人技术也有关系!
(图:微乐)
搭建要求:
1.系统要求
系统linux 7.2以上
mysql 5.6 php 5.6 nginx-1.14.1 redis 6.0
2.配置要求
测试要求:服务器CPU4核+内存8G+硬盘50G(服务端D盘架设)+5Mbp
3.架设要求
关闭防火墙或放开安全组1-65535
4.工具和脚本组成
数据库工具navicat_premium,文本工具notepad++
搭建步骤:
1、后台地址
后台地址:服务器ip/new/admin
127.0.0.1/qp_host/admin
2、伪静态
location /qp_host/ {
if (!-e $request_filename){
rewrite ^/qp_host/(.*)$ /qp_host/index.php?s=$1 last;
}
}
location /qp_agent/ {
if (!-e $request_filename){
rewrite ^/qp_agent/(.*)$ /qp_agent/index.php?s=$1 last;
}
}
location /qp_test/ {
if (!-e $request_filename){
rewrite ^/qp_test/(.*)$ /qp_test/index.php?s=$1 last;
}
}
location /qp_ht/ {
if (!-e $request_filename){
rewrite ^/qp_ht/(.*)$ /qp_ht/index.php?s=$1 last;
}
}
location /qp_down/ {
if (!-e $request_filename){
rewrite ^/qp_down/(.*)$ /qp_down/index.php?s=$1 last;
}
}
location /new_down/ {
if (!-e $request_filename){
rewrite ^/new_down/(.*)$ /new_down/index.php?s=$1 last;
}
}
location /new/ {
if (!-e $request_filename){
rewrite ^/new/(.*)$ /new/index.php?s=$1 last;
}
}
工具截图:
(图:微乐)
END!!!
相关教程:
附件地址:
- 1.系统要求
- 2.配置要求
- 3.架设要求
- 4.工具和脚本组成
- 1、后台地址
- 2、伪静态
发表评论