【服务器】【个人图床】宝塔安装Chevereto
1、下载并上传到云 官网地址:https://github.com/Chevereto/Chevereto-Free/tree/1.1.3 顺便把权限改为755,不然可能无法访问 2、创建网站指定目录 因为chevereto文件夹.htacess下提供的伪静态是Apach的,所以这里Nginx要修改伪静态。 # Image not found replacement location ~* (jpe?g|png|gif) { log_not_found off; error_page 404 /content/images/system/default/404.gif; } # CO
用户评论