Chevereto Nginx 伪静态Rewrite规则

Chevereto 是目前最为强大的 PHP 图床系统,通过它可部署多用户公开或私有的图片存储服务,现在 Chevereto 出了免费的版本,小伙伴可以围观一下。

https://github.com/Chevereto/Chevereto-Free

Chevereto 默认提供基于 Apache 环境的伪静态规则,如果服务器是 Nginx 则需要设置以下Rewrite 伪静态规则:

# Image not found replacement  location ~* (jpe?g|png|gif) {          log_not_found off;          error_page 404 /content/images/system/default/404.gif;  }    # CORS header (avoids font rendering issues)  location ~ .(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {          add_header Access-Control-Allow-Origin "*";  }    # Pretty URLs  location / {          try_files $uri $uri/ /index.php?$query_string;  }  location /admin {      try_files $uri /admin/index.php?$args;  }

腾讯云限时秒杀【点击购买】

搬瓦工,CN2高速线路,1GB带宽,电信联通优化KVM,延迟低,速度快,建站稳定,搬瓦工BandwagonHost VPS优惠码BWH26FXH3HIQ,支持<支付宝> 【点击购买】!

Vultr$3.5日本节点,512M内存/500G流量/1G带宽,电信联通优化,延迟低,速度快【点击购买】!

阿里云香港、新加坡VPS/1核/1G/25G SSD/1T流量/30M带宽/年付¥288【点击购买】

Chevereto Nginx 伪静态Rewrite规则

`微信`扫码 加好友

链接到文章: https://www.gkxyz.com/chevereto-nginx-weijingtairewriteguize.html

推荐站点

  • 腾讯云 – 产业智变 云启未来

    腾讯云为数百万的企业和开发者提供安全稳定的云计算服务,涵盖云服务器、云数据库、云存储、视频与CDN、域名注册等 […]

  • Vultr

    Vultr Global Cloud Hosting – Brilliantly Fast SSD […]

  • Akamai(Linode)

    Deploy more with Linux virtual machines, global infrast […]

  • RAKsmart

    主机商介绍:RAKsmart是知名的美国服务器租用商,包括美国站群服务器、美国cn2服务器、香港服务器等热门产 […]

评论已关闭