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

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

  •  
  •   allinoneok · Mar 12, 2019 · 1804 views
    This topic created in 2683 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   ·   1472 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:48 · PVG 00:48 · LAX 09:48 · JFK 12:48
    ♥ Do have faith in what you're doing.