V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
allinoneok
V2EX  ›  程序员

google 了几个小时, nginx 美化 url 还是不成功

  •  
  •   allinoneok · 2019-03-12 10:32:25 +08:00 · 963 次点击
    这是一个创建于 1865 天前的主题,其中的信息可能已经有所发展或是发生改变。
    新手配置 nginx 将 URL https://abc.com/u/123.html 显示成 https://abc.com/u/123
    用了这个方法总是不成功
    location ~/u {
    root html;
    index index.html index.htm index.php;
    try_files $uri.html $uri/ =404;
    }
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5232 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 07:07 · PVG 15:07 · LAX 00:07 · JFK 03:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.