开源交易所源码+文本搭建教程
带简洁文本教程
php7.2
扩展
fileinfo
伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location /wss {
proxy_pass http://127.0.0.1:2348;
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 /wss/(.*) /$1 break;
proxy_redirect off;
}
后台信息
http:/jiaoyisuo.ws-cyn.com/index/wicket/login.html
域名/fox/1ogin/index.html 后台
admin 123456
前台账户
55555555 123456
计划任务
cd /www/wwwroot/www.wealthaddin.com
php start.php start
cd /www/wwwroot/www.wealthaddin.com
php think worker:gateway
cd /www/wwwroot/www.wealthaddin.com
php think worker:server
cd /www/wwwroot/www.wealthaddin.com
php think queue:work
cd /www/wwwroot/www.wealthaddin.com
php think worker restart
cd /www/wwwroot/www.wealthaddin.com
php think queue:restart
cd /www/wwwroot/www.wealthaddin.com
php think node
cd /www/wwwroot/www.wealthaddin.com
php think vendor:publish
重启行情
cd /www/wwwroot/www.wealthaddinfx.com
killall -9 php
php think worker:gateway -d


