压缩包有2个版本可以上传2个小程序一个后台管理!流量主翻倍哦!未加密版!
预览:



搭建要求:
1. 系统要求 Nginx 1.18.0+PHP-7.2+mysql5.6,开启 ssl,php 需要安装 sg11 扩展
2. 设置伪静态
location / {
index index.php index.html index.htm;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1;
}
}
location /api/ {
index index.php index.html index.htm;
if (!-e $request_filename)
{
rewrite ^/api/(.*)$ /api/index.php?s=$1;
}
}
location ~* /upload/.+.(html|php)$ {
return 404;
}
location ~* ^/plugins/.+.(html|php)$ {
return 404;
}
location ~* /themes/.+.(html|php)$ {
return 404;
}
3. 架设要求
关闭防火墙或放开安全组 1 -65535
4. 创建数据库
创建数据库并导入数据库文件 数据库.sql
打开数据库配置文件修改数据库账号密码
表情包小程序带前后端后端 dataconfigconfig.php
5. 后台网址
后台网址:域名 /alibiaoqing 账号 admin 密码 123456
6. 前端配置
查看压缩包里面的搭建教程!
提示:本文最后更新时间为 2024-07-11 如文中内容素材有错误或者已经失效,请留言告知。


