vbox

1
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 124cc0
1
2
3
4
5
6
外网面板地址: http://[240e:361:b73f:ec00:3479:16af:f523:d]:8888/a494e348
内网面板地址: http://192.168.66.122:8888/a494e348
username: u7qvfwlo
password: 48bbbe23


thinkphp的nginx配置

1
2
3
4
5
6
7
...
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
break;
}
}

==================================================================

这个是群晖的,api.tmp:192.168.66.138

外网面板地址: http://[240e:361:b73f:ec00:3479:16af:f523:c]:8888/707070
内网面板地址: http://192.168.66.138:8888/707070
username: lzh
password: 0a57254a
If you cannot access the panel,
release the following panel port [8888] in the security group

==================================================================