开源交易所源码 交易所系统 有搭建教程
搭建教程:
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
原文链接:https://wvvvv.abcymw.com/40652.html,转载请注明出处~~~
评论0