嘟嘟社区

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


chevereto V4,求个伪静态规则,在付费求个鉴黄插件
有用这个程序配合云盾CDN的吗,我发现和云盾CDN不兼容
帮顶下,早收到规则和插件
Chevereto nginx rules
  1. # Chevereto nginx generated rules for Chevereto.com
  2. location ~* /(importing|app|content|lib)/.*.(po|php|lock|sql)$ {
  3.   deny all;
  4. }
  5. location ~ .(jpe?g|png|gif|webp)$ {
  6.     log_not_found off;
  7.     error_page 404 /content/images/system/default/404.gif;
  8. }
  9. location ~* /.*.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
  10.   add_header Access-Control-Allow-Origin "*";
  11. }
  12. location / {
  13.   index index.php;
  14.   try_files $uri $uri/ /index.php$is_args$query_string;
  15. }
  16. # END Chevereto nginx rules

复制代码