当前位置:网站首页 / 建站 / 正文

一个不错的图床源码

时间:2018年09月08日 | 作者 : liuhui | 分类 : 建站 | 浏览: 5825次 | 评论 0

阿里云限量代金券 | 此广告位出租25元/月

官方下载网址:https://chevereto.com/free

将index.php上传到网站根目录,访问域名安装

伪静态规则

location / {
	index index.php;
	try_files $uri $uri/ /index.php?$query_string;
}

在配置文件中加入

#Chevereto: Disable access to sensitive files
location ~* /(app|content|lib)/.*\.(po|php|lock|sql)$ {
	deny all;
}
#Chevereto: CORS headers
location ~* /.*\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js) {
	add_header Access-Control-Allow-Origin "*";
}
#Chevereto: Upload path for image content only and set 404 replacement
location ^~ /images/ {
	location ~* (jpe?g|png|gif) {
		log_not_found off;
		error_page 404 /content/images/system/default/404.gif;
	}
	return 403;
}

不允许注册和游客浏览的设置方法:

QQ截图20180908232345.jpg

设置后不会有注册按钮,必须登录后才可以查看图片。

推荐您阅读更多有关于“”的文章

猜你喜欢

网站分类
关注电脑博士
友情链接

分享:

支付宝

微信