阿里云限量代金券 | 此广告位出租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; }
不允许注册和游客浏览的设置方法:
设置后不会有注册按钮,必须登录后才可以查看图片。
推荐您阅读更多有关于“”的文章
Powered By Z-Blogphp
分享:
支付宝
微信