开源交易所源码 交易所系统 有搭建教程

  • A+
所属分类:网站源码

开源交易所源码 交易所系统 有搭建教程

搭建教程:

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;
}
后台信息
域名/fox/1ogin/index.html 后台
admin 123456
前台账户
55555555 123456

开源交易所源码 交易所系统 有搭建教程  开源交易所源码 交易所系统 有搭建教程开源交易所源码 交易所系统 有搭建教程

  • 我的微信公众号
  • 扫一扫关注
  • weinxin
  • 我的新浪微博号
  • 扫一扫关注
  • weinxin
小辉博客

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: