Fetch the repository succeeded.
This action will force synchronization from Tobug/SkyPan, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
一款多用户赚钱网盘程序
前端
后端
服务器 nginx
fileinfo
composer
安装相关依赖,在应用根目录运行composer install
admin
composer 加速
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
location /下载目录名 {
internal;
}
Sign in to post a comment
Repository Comments ( 0 )