`
lxj8749
  • 浏览: 64287 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

nginx url重写

 
阅读更多


    location / {
        root   /web;
        index  index.html index.htm index.php;
        rewrite  ^(.*).html$ index.php/$1  last;
        break;
    }

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics