墨涩短网址系统源码-本地域名短网址

简述:

墨涩短网址系统源码,用本地域名做短网址

修改伪静态 修改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;

   }

  }


图片:

20210619071252948.png

   特别声明    本页内容仅供参考,若有侵权,请联系我们删除。