区块链交易所源码,k线正常 全开源带vue源码 -带搭建安装教程

  • 价格:128 终身会员可免费下载该资源
  • 人气指数:人次
  • 最后更新:2023-02-17 20:54:40
资源详情 资源评论

修复更新升级版本,会员投稿互换的 ,没有搭建 忘记截图了 ,看过演示网站是正常没问题的。具体大家自己可研究

1.jpg20230217_205540_006.jpg20230217_205540_007.jpg

微信截图_20230217212107.png

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


本文由吾索源码网整理自网络,如有侵权请联系本站删除!
如需转载请注明出处:https://www.wsym8.com/show-5-2999.html
=============================================================
本站声明:
1、本站所有资源均来源于互联网,不保证100%完整、不提供任何技术支持;
2、本站所发布的文章以及附件仅限用于学习和研究目的;不得将用于商业或者非法用途;否则由此产生的法律后果,本站概不负责!