We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chmod -R 755 runtime public
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }
nginx 配置 http://pan.rainbower.me/s/ripsxab7 6. 启动定时任务
echo "* * * * * curl http://pan.example.com/Cron" >> /var/spool/cron/root chmod 600 /var/spool/cron/root service crond reload service crond restart
The text was updated successfully, but these errors were encountered:
因不支持内网, 所以挂载在本地 ossfs 权限问题
ossfs rainbower-cloud /home/wwwroot/cloudreve/public/uploads/ossfs -ourl=oss-cn-hongkong-internal.aliyuncs.com -ouid=1002 -ogid=1002 -o allow_other -o mp_umask=007 用户为 www 1002:1002
Sorry, something went wrong.
No branches or pull requests
chmod -R 755 runtime public
nginx 配置 http://pan.rainbower.me/s/ripsxab7
6. 启动定时任务
The text was updated successfully, but these errors were encountered: