• 请不要在回答技术问题时复制粘贴 AI 生成的内容
allinoneok
V2EX  ›  程序员

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

  •  
  •   allinoneok · Mar 12, 2019 · 1726 views
    This topic created in 2642 days ago, the information mentioned may be changed or developed.
    新手配置 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;
    }
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5185 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 05:53 · PVG 13:53 · LAX 22:53 · JFK 01:53
    ♥ Do have faith in what you're doing.