chevereto V4,求个伪静态规则,在付费求个鉴黄插件

103次阅读

共计 679 个字符,预计需要花费 2 分钟才能阅读完成。

chevereto V4,求个伪静态规则,在付费求个鉴黄插件
有用这个程序配合云盾 CDN 的吗,我发现和云盾 CDN 不兼容

帮顶下,早收到规则和插件 Chevereto nginx rules
# Chevereto nginx generated rules for Chevereto.com
location ~* /(importing|app|content|lib)/.*.(po|php|lock|sql)$ {
deny all;
}
location ~ .(jpe?g|png|gif|webp)$ {
log_not_found off;
error_page 404 /content/images/system/default/404.gif;
}
location ~* /.*.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
add_header Access-Control-Allow-Origin "*";
}
location / {
index index.php;
try_files $uri $uri/ /index.php$is_args$query_string;
}
# END Chevereto nginx rules
复制代码

NVMe 发表于 2022-7-26 18:29
Chevereto nginx rules

多谢老哥,3Qchevereto V4 源码哪下?

jinwyp 发表于 2022-7-26 21:15
chevereto V4 源码哪下?

官网控制台
https://chevereto.com/panel

正文完
 0