CRZ.im:一个十分简洁的网址缩短服务 开源软件


https://github.com/Caringor/CRZ.im


CRZ.im是一个网址缩短服务的网站,所用的源码基于PHP、SQLite进行开发,总大小仅10K左右,十分轻巧。


最后只需要修改config.php的相关配置并把inc目录权限设置为可读写即可。


location / {
  try_files $uri $uri/ =404;
  rewrite (\d+|\w+)$ /index.php?id=$1;
  location ^~ /asset/ {
    root /var/www/xx.com;
  }
  location ^~ /api/ {
    root /var/www/xx.com;
  }
  location ^~ /inc/ {
    return 403;
   }
  }


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回