源码交付
可按当前资源或同类项目沟通源码包、演示说明、部署文档和交付范围。
修复更新升级版本,会员投稿互换的 ,没有搭建 忘记截图了 ,看过演示网站是正常没问题的。具体大家自己可研究

预览图保持文章内适中的展示尺寸,点击后仍可查看大图细节。
Technical Service
如果你需要当前资源的演示、部署上线、二开定制、USDT 支付接入或长期维护,可以直接联系站长沟通需求和报价。
可按当前资源或同类项目沟通源码包、演示说明、部署文档和交付范围。
支持 Nginx、Node.js、MySQL、Redis、PM2 等常见环境部署与上线协助。
可根据业务需求评估功能修改、页面调整、会员系统、后台功能和接口对接。
支持 USDT 收款、订单识别、会员开通、资源解锁等付费流程接入。
可按月提供运行检查、基础排错、功能小改和服务器环境维护服务。
来源: 一曲源码 浏览 ( 5402 ) 权限组 : 会员9折 标签: 区块链交易所源码
修复更新升级版本,会员投稿互换的 ,没有搭建 忘记截图了 ,看过演示网站是正常没问题的。具体大家自己可研究
centos7.6
安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Nginx 1.2
mysql8.0
PHP7.2 Redis扩展
supervisor
PHP禁用函数全部删除
网站运行目录/public
安装:supervisor
yum -y install supervisor
配置supervisor:
/etc/supervisord.conf
将files = relative/directory/*.ini改为files = /www/wwwroot/ebite/supervisor/*.conf
supervisord -c /etc/supervisord.conf
supervisorctl restart all
伪静态:laravel5
nginx websocket端口转发配置:
location /ws {
proxy_pass http://127.0.0.1:7272;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Real-IP $remote_addr;
rewrite /ws/(.*) /$1 break;
proxy_redirect off;
172.17.0.1
常用命令
supervisorctl status
supervisorctl stop ispec
supervisorctl start ispec
supervisorctl restart ispec
supervisorctl reread
supervisorctl update
supervisorctl reload
/usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf
继续往下看同类资源,方便形成分类页和详情页之间的内部链接。